jupyterlab / debugger

A visual debugger for Jupyter notebooks, consoles, and source files
BSD 3-Clause "New" or "Revised" License
561 stars 43 forks source link

but this jupyter lab is not goes line by line if there is no breakpoint at cell? #574

Open Sandy4321 opened 3 years ago

Sandy4321 commented 3 years ago

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?

image

jtpio commented 3 years ago

No indeed, but once a breakpoint is set it's possible to step line by line using the "step over" button.