Setting a breakpoint in a juypter notebook cell

The AI assistant says that its possible to set a breakpoint in a cell with ctrl/cmd+shift+F8 (on a blank line).  When I do that I get a dialog saying to select a breakpoint in the project code, but it doesn't set a breakpoint in the cell itself.

Is there a way to use the debugger on the code in the cell itself & if so, how do I set the breakpoint?

Thanks …

0

Hello, 

You can set breakpoints in Jupyter Notebooks by clicking in the editor gutter on the right of the line number: 

Or with the Command + F8 (CTRL + F8) hotkey combination (you can check your shortcuts in Settings | Keymap):

0

请先登录再写评论。