-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restarting a broken in pwa-node attach doesn't work #270
Comments
For me the debugger disconnects and reattaches when hitting the "restart" button. When the debugger detaches, Node/V8 will automatically continue execution, so when reattaching it won't be at the same breakpoint. I see the same behavior with the existing debugger, which I tested by seeing the
|
In that case, this isn't an issue. I must have just triggered the same breakpoint twice when trying the same scenario with the old debugger. |
Okay, thanks for the confirmation! 🙂 |
Testing microsoft/vscode#89393 on Windows
Expected: The extension host will be re-attached to and I'll be at my same hit breakpoint.
Actual: I'm not sure what happens. I think that it never re-attaches, and I don't see that execution is still paused on my breakpoint.
The text was updated successfully, but these errors were encountered: