-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Debug: The stop/continue all model breaks the debug adapter for Firefox #6400
Comments
@isidorn I've added an attribute
@hbenl and @felixfbecker since you both need the single thread behaviour I suggest that you start to return the @felixfbecker please let us know when we can remove our php workaround. |
So what about the StoppedEvent - does VS Code assume that only a single thread has stopped (note that the threadId in this event is not optional)? If so, maybe making the threadId optional would make sense (otherwise debug adapters implementing the stop/continue all model would have to send one event per thread). |
@hbenl so far we have identified two use cases for the StoppedEvent:
Yes, in the second case we could make |
OK, I had missed the addition of the |
@weinand implemented |
See: #6304 (comment)
The text was updated successfully, but these errors were encountered: