You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you are in a debug session, if you run a long running evaluate request (e.g. sleep operations), the thread gets blocked, you cannot terminate the debug session or issue other evaluate request until the time runs out.
(you could still interrupt the kernel thought)
There seems to be an environment config in debugpy which will set a timeout on the long evaluation request PYDEVD_INTERRUPT_THREAD_TIMEOUT. I think vscode by default interrupt after 3 seconds src
Screen.Recording.2024-05-31.at.1.49.49.PM.mov
The text was updated successfully, but these errors were encountered:
When you are in a debug session, if you run a long running evaluate request (e.g. sleep operations), the thread gets blocked, you cannot terminate the debug session or issue other evaluate request until the time runs out.
(you could still interrupt the kernel thought)
There seems to be an environment config in
debugpy
which will set a timeout on the long evaluation requestPYDEVD_INTERRUPT_THREAD_TIMEOUT
. I think vscode by default interrupt after 3 secondssrc
Screen.Recording.2024-05-31.at.1.49.49.PM.mov
The text was updated successfully, but these errors were encountered: