-
Notifications
You must be signed in to change notification settings - Fork 299
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
Insiders build: restarting debug sessions fails #3256
Comments
For now we don't have the resources to figure out how to fix this. It may not be possible with the current VSCode debugging architecture. |
@greazer If it's not too much trouble, could you briefly explain (for anyone who might revisit this issue in the future) what this hinges on? I.e. do you know which part of the debugging architecture is lacking? |
Can I suggest we display an error indicating this feature isn't supported. |
@greazer I think it's worth reopening this issue at least until the notification suggested by @DonJayamanne is implemented. |
Environment data
Expected behavior
When clicking the "Restart" button while debugging a code cell in the Python interactive window, I'd expect the debugger to reset state and jump back to line 1 of the cell.
Actual behavior
Clicking the "Restart" button just cancels the current debug session.
The text was updated successfully, but these errors were encountered: