-
Notifications
You must be signed in to change notification settings - Fork 183
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
dap-ui-locals window keeps collapsing after every 'next' #811
Comments
I'm having the same issue, @obelhe did you figure something out? |
@edhilgendorf nope, i just gave up after trying multiple things that didn't work out. Went back to the good ol |
@obelhe I tried the following but I get an error "No current debug session", do you know if there's another way to call these one after another?
|
Same here, desperately trying to make it work correctly as well... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there,
Trying to use dap mode with golang, I'm hitting a wall where everytime I go to the next statement the locals window collapses, so I have to navigate to that buffer and expand it
I tried creating my own function that expands the locals window after going to the next statement. But that didn't work
not sure if this is a dap thing or lsp-treemacs thing?
The text was updated successfully, but these errors were encountered: