-
Notifications
You must be signed in to change notification settings - Fork 646
debug - stopOnEntry not working #763
Comments
Debugging it, I see that we send an initial StoppedEvent, then vscode asks for the list of threads. We call ListGoroutines, Delve returns an empty list that we send back to vscode. Then that's it. It seems like Delve doesn't want to do anything unless we send a Continue command at startup. |
I have the same issue: When stopOnEntry == true, debugger freezes and do not do actual debugging.
|
Fixed with #2762 |
When I launch with
"stopOnEntry": true
, the debugger never pauses. Same on Mac and Windows. But I'm surprised that nobody has filed an issue on this. And there are even issues where people mention that they are using stopOnEntry successfully.The text was updated successfully, but these errors were encountered: