Skip to content
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

DebugStop does not unmap keybindings #153

Closed
ray-x opened this issue Jul 2, 2022 · 1 comment
Closed

DebugStop does not unmap keybindings #153

ray-x opened this issue Jul 2, 2022 · 1 comment

Comments

@ray-x
Copy link
Owner

ray-x commented Jul 2, 2022

Hello! Thank you for a great plugin!

I've just tried this branch and I have an issue: After exit dap session with GoDbgStop i still have mapping for dapui, i.e.

| key | Description                              |
| --- | ---------------------------------------- |
| c   | continue                                 |
| n   | next                                     |
| s   | step                                     |
| o   | stepout                                  |
| S   | cap S: stop debug                        |
| u   | up                                       |
| D   | cap D: down                              |
| C   | cap C: run to cursor                     |
| b   | toggle breakpoint                        |
| P   | cap P: pause                             |
| p   | print, hover value (also in visual mode) |

And i can't, for example, undo changes in my file.

UPD:

Read the manual!

Solved by GoDebug -s -- unset dap remaps.

Originally posted by @AndrewShukhtin in #139 (comment)

ray-x added a commit that referenced this issue Jul 2, 2022
@ray-x
Copy link
Owner Author

ray-x commented Jul 2, 2022

Should been fixed.

ray-x added a commit that referenced this issue Jul 7, 2022
@ray-x ray-x closed this as completed Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant