-
Notifications
You must be signed in to change notification settings - Fork 294
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
Can't "restart" notebook debug session #7670
Comments
That's not it - it will fail to start because it calls our debug adapter descriptor factory without doing the setup that we do when the command is run. |
Feels like a duplicate of #1289 |
Why wouldn't it be supported? |
Its not supported today in Interactive window, hence I'm assuming its the same reason its not supported in run by line as well. I'm up for fixing it, thats better than some hacky warning about not supporting something (when it works in traditional Python). I believe it was never fixed because it wasn't deemed important enough, no idea. |
* Support debug "restart" #7670 * More debug refactoring, set up IW for restart * Hook up Restart for rbl, via a custom Restart request implementation. Move commands out of DebuggingManager, and expose methods on that class for use by the rbl controller * Hook up restart for "debug cell" * Clean up dumped cell files in disconnect, so it can be awaited * Fix comments in controller * formatting * Fix PR comments * Wait for debugger to be totally set up before executing cell in IW * Add test for restarting debug. Also fix the restart request handler to avoid cancelling the restart request on accident.
Need to handle debugging being started this way too, not just through the command
The text was updated successfully, but these errors were encountered: