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
Shown call stack always of depth 1 with version 0.8.0 #2196
Labels
Comments
christian-fortini-zz
changed the title
Call stack always of depth 1 with version 0.8.0
Shown call stack always of depth 1 with version 0.8.0
Dec 19, 2018
This issue is a duplicate of #2187. @ramya-rao-a: Shouldn't there be a default value, if this is not set? |
segevfiner
added a commit
to segevfiner/vscode-go
that referenced
this issue
Dec 21, 2018
I am seeing the same issue. |
Thanks for reporting @christian-fortini and @hatricker @ToothlessGear Yes, you are right. We should have a default there. @segevfiner has submitted a PR for the same which I just merged. To get the fix, please use the latest beta version of this extension |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The call stack only shows the current frame when code is stopped at breakpoint. With version 0.7.0, you can see the whole stack (up to 20 I believe). With version 0.8.0, only one frame is shown. This is 100% repro as far as I can tell.
The text was updated successfully, but these errors were encountered: