This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Debugger exits unexpectedly after continue #49
Labels
Milestone
Comments
Works for me (in vscode). can you provide a sample code with instructions. |
Repros for me in Visual Studio. I get a message box. |
This seems to be specific to VS. The debug adapter logs stop after receiving the continue response. ptvsd continues to send messages including
|
I hit this issue only when |
I can confirm this is VS specific. Works in VSC Windows and Mac |
I believe #134 fixes this issue. |
#134 does not resolve this issue. |
Agreed, assumed it would due to the existence of the word |
this is now fixed:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This seems to occur after hitting last breakpoint (continue to end scenario). From the log it appears no exited event is generated.
The text was updated successfully, but these errors were encountered: