You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.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)
The text was updated successfully, but these errors were encountered: