2017-02-13 17:56:43 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2019-04-21 19:59:44 -04:00
|
|
|
;;; tools/debugger/packages.el
|
2017-02-13 17:56:43 -05:00
|
|
|
|
2019-07-07 13:12:06 +02:00
|
|
|
(when (package! realgud)
|
|
|
|
(when (featurep! :lang javascript)
|
|
|
|
(package! realgud-trepan-ni)))
|
|
|
|
|
2019-07-06 14:19:49 +02:00
|
|
|
(when (featurep! :tools lsp)
|
|
|
|
(package! dap-mode))
|