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-10-11 16:06:51 -04:00
|
|
|
(when (package! realgud :pin "ff660011c82c6af504915833e2d981a547b7ad58")
|
2019-07-07 13:12:06 +02:00
|
|
|
(when (featurep! :lang javascript)
|
2020-07-29 15:35:37 -04:00
|
|
|
(package! realgud-trepan-ni :pin "6e38cf838c7b47b5f1353d00901b939ffa36d707")))
|
2019-07-07 13:12:06 +02:00
|
|
|
|
2020-04-18 19:06:47 -04:00
|
|
|
(when (featurep! +lsp)
|
2020-11-14 16:34:17 -05:00
|
|
|
(package! dap-mode :pin "09a562fec90764cf5556c8cd67681102306f5363")
|
|
|
|
(package! posframe :pin "395aca928b00c8f76aaeb65a85481c99e88c6873"))
|