You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interactive window debugging experience has a "Stop on first line of cell when debugging" setting. This allows the user to start debugging a cell without having to set a breakpoint.
Notebook debugging should offer an equivalent setting OR honor the same setting.
The text was updated successfully, but these errors were encountered:
VS Code offers such a setting in launch.json today, its called stopOnEntry.
Most languages support this today (Python, node, go), basically stops on the first line of code.
The interactive window debugging experience has a "Stop on first line of cell when debugging" setting. This allows the user to start debugging a cell without having to set a breakpoint.
Notebook debugging should offer an equivalent setting OR honor the same setting.
The text was updated successfully, but these errors were encountered: