-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
Configure Spacemacs to use DAP layer for debugging ClojureScript
Leandro Doctors discussion in Zulip Chat
SOLVED: dap-debug for ClojureScript:
Mini-HOWTO: Spacemacs DAP Debugging for ClojureScrip
Update the Spacemacs configuration
- Add
daplayer todotspacemacs/layers ()section - Require the corresponding module in
dotspacemacs/user-config ()
Solution worked when using Chromium browswer
dotspacemacs/user-config()
...
;; Enable DAP debugging in ClojureScript.
;; Trying almost all options...
;; This one downloads OK.
(require 'dap-chrome)
;; These two cannot be downloaded...
;; (require 'dap-firefox)
;; (require 'dap-node)
;; Windows Edge browser (not tried)
;; (require 'dap-edge)References
lebensterben and allentiak
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Options