debugger icon indicating copy to clipboard operation
debugger copied to clipboard

A visual debugger for Jupyter notebooks, consoles, and source files

Results 31 debugger issues
Sort by recently updated
recently updated
newest added

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...

dependencies

When I first installed it in Jupyter lab 1.2.6, it actually worked. But Is see 2.0 version is required. So I uninstalled the extension by extension manager and then upgrade...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hello I've been following this: https://miro.medium.com/max/700/0*ZejsDIpKOEPDgoTs.gif But I've realised that the secondary notebook is not useful for evaluating or writing code when the debug process is stopped at a breakpoint....

Hi, In IPython, I can automatically import libraries into jupyter notebook by defining start.py under ~/.ipython/profile_default/startup (https://towardsdatascience.com/how-to-automatically-import-your-favorite-libraries-into-ipython-or-a-jupyter-notebook-9c69d89aa343) I could not locate the config to the same for an xpython kernel....

usual IDEs like pycharm provides ability to run code by line by line but this jupyter lab is not goes line by line if there is no breakpoint at cell?...

For now debugging is enabled and disabled by clicking on the toggle button: ![image](https://user-images.githubusercontent.com/591645/83664051-c4622f80-a5c9-11ea-9c7f-994d3940e7a2.png) However this button doesn't correspond to a command for now, but it could. It would then...