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
|
|
|
|
2022-01-12 01:31:26 +01:00
|
|
|
(when (package! realgud :pin "3c88611c4ed59069093187c2a039b8d05cbe53e8")
|
2019-07-07 13:12:06 +02:00
|
|
|
(when (featurep! :lang javascript)
|
2021-05-11 18:20:55 -04:00
|
|
|
(package! realgud-trepan-ni :pin "0ec088ea343835e24ae73da09bea96bfb02a3130")))
|
2019-07-07 13:12:06 +02:00
|
|
|
|
2020-04-18 19:06:47 -04:00
|
|
|
(when (featurep! +lsp)
|
2022-06-17 18:29:37 +02:00
|
|
|
(package! dap-mode :pin "50c2a99059da03ac5274d6794ea4758ddf253dc1")
|
|
|
|
(package! posframe :pin "0d23bc5f7cfac00277d83ae7ba52c48685bcbc68"))
|