Add DAP repl keybinding

This commit is contained in:
Jeremy Dormitzer 2020-01-03 12:33:45 -05:00
parent 7c0c7d15d0
commit 819d7551a7

View File

@ -1656,6 +1656,7 @@ Emacs support for the Language Server Protocol
("o" "Step out" dap-step-out)
("c" "Continue" dap-continue)
("r" "Restart frame" dap-restart-frame)
("R" "Launch REPL" dap-ui-repl)
("l" "View locals" dap-ui-locals)
("e" "Eval" dap-eval)
("x" "Inspect" dap-ui-inspect)