tools/debugger: add node >=v8 support to realgud

This commit is contained in:
Henrik Lissner 2019-07-07 13:12:06 +02:00
parent abfc8ced21
commit 63412af9c3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 8 additions and 1 deletions

View file

@ -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)