tools/debugger: add node >=v8 support to realgud
This commit is contained in:
parent
abfc8ced21
commit
63412af9c3
2 changed files with 8 additions and 1 deletions
|
@ -32,6 +32,10 @@
|
|||
:config
|
||||
(set-popup-rule! "^\\*\\(?:trepanjs:\\(?:g\\|zsh\\|bash\\)db\\)" :size 20)
|
||||
|
||||
(when (featurep! :lang javascript)
|
||||
(after! js2-mode
|
||||
(require 'realgud-trepan-ni)))
|
||||
|
||||
;; TODO Temporary Ex commands for the debugger
|
||||
;; (def-tmp-excmd! doom:def-debug-on doom:def-debug-off
|
||||
;; ("n[ext]" . realgud:cmd-next)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue