-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent debugpy from getting stuck (#7612)
* -prevent debugpy from getting stuck by running code -throttle all debugging functions -if we can't continue in RBL, disconnect -have run and debug button respect 'notebook.consolidatedRunButton' setting * undo debug cell button changes * -remove throttle -check if we're already debugging -change code that we execute to get unfrozen * simplify into a function * return if notebook is in process of starting a debugging session * oops * Check if its already debugging * imrpove readability * fix context keys in case session is going, and context keys shows its not * change context keys after awaiting the debugger to start * more context key management * remove isDebugging conditions * fix failing test * wait more * try to fix tests * tests
- Loading branch information
David Kutugata
authored
Sep 24, 2021
1 parent
45564e0
commit c6d0357
Showing
2 changed files
with
74 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters