Shortcuts for stepping through break-points in debugger

Are there shortcuts available to step through break-points, when using the debugger? E.g. the usual ones in from IDEs: continue, next line, etc.

1 Like

There will default shortcuts in 3.1 (see Debugger keyboard shortcuts by mnowacki-b · Pull Request #9154 · jupyterlab/jupyterlab · GitHub and Debugger: show button shortcuts in tooltips by jess-x · Pull Request #10199 · jupyterlab/jupyterlab · GitHub, both already merged) but you should be able to already configure them manually in 3.0 - just add the shortcuts as in Debugger keyboard shortcuts by mnowacki-b · Pull Request #9154 · jupyterlab/jupyterlab · GitHub into the Advanced Settings Editor.

2 Likes