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
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(when (package! realgud :pin "2cca776d28")
|
2019-07-07 13:12:06 +02:00
|
|
|
(when (featurep! :lang javascript)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! realgud-trepan-ni :pin "6e9cac5e80")))
|
2019-07-07 13:12:06 +02:00
|
|
|
|
2019-07-06 14:19:49 +02:00
|
|
|
(when (featurep! :tools lsp)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! dap-mode :pin "d10e254ce4"))
|