Keep running debug when browser closed #6564
|
code-server: v4.19.1 Running Python scripts on code server will continue to execute even if the browser is closed. However, closing the browser during debugging and then reopening the code server will not maintain a breakpoint state. Closing the browser while running a script in ipynb file (jupyter plugin) also interrupt program execution, which may not be the same reason as the debugging issue mentioned above. Is there currently a way to keep debug or ipynb files running while closing or refreshing the browser? |
Answered by
code-asher
Dec 4, 2023
Replies: 1 comment 1 reply
|
There is no way currently, not that I know of at least. Here is the upstream issue: microsoft/vscode#188413 |
1 reply
Answer selected by
txwdzxq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no way currently, not that I know of at least. Here is the upstream issue: microsoft/vscode#188413