Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook debugging should offer a "Stop on first line of cell when debugging" #7647

Closed
greazer opened this issue Sep 23, 2021 · 2 comments
Closed
Assignees
Labels
feature-request Request for new features or functionality notebook-debugging

Comments

@greazer
Copy link
Member

greazer commented Sep 23, 2021

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.

@DonJayamanne
Copy link
Contributor

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.

@greazer greazer added feature-request Request for new features or functionality and removed enhancement labels May 4, 2022
@roblourens
Copy link
Member

#7263

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality notebook-debugging
Projects
None yet
Development

No branches or pull requests

4 participants