This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 645
Call Stack shows only the top frame #2187
Labels
Comments
+1 |
I installed a previous version (Go-0.7.0.vsix) and it works fine. i think Go-0.8.0.vsix broke the debugger. |
I use indeed Go-0.8.0.vsix! I switched back to Go-0.7.0.vsix and now it works fine! |
segevfiner
added a commit
to segevfiner/vscode-go
that referenced
this issue
Dec 21, 2018
ramya-rao-a
pushed a commit
that referenced
this issue
Dec 30, 2018
Thanks for reporting everyone! @segevfiner has submitted a PR for this issue which I just merged. To get the fix, please use the latest beta version of this extension |
This fix is now out in the latest update (0.9.0) to the Go extension |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to Reproduce:
To create a sample I used a simple example from github: https://github.com/CloudMQTT/go-mqtt-example/blob/master/main.go
I set a breakpoint in the connect() function to line 14 and I see this in the Call Stack:
I also collected debug trace:
debug_trace.txt
How can I correct this behavior?
I want to see the whole Call Stack, not just the top of it.
The text was updated successfully, but these errors were encountered: