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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
There is no way currently, not that I know of at least. Here is the upstream issue: microsoft/vscode#188413