Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spacemacs DAP debugging for ClojureScript #321

Open
practicalli-johnny opened this issue Jul 24, 2022 · 2 comments
Open

Spacemacs DAP debugging for ClojureScript #321

practicalli-johnny opened this issue Jul 24, 2022 · 2 comments

Comments

@practicalli-johnny
Copy link
Contributor

practicalli-johnny commented Jul 24, 2022

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 dap layer to dotspacemacs/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

@allentiak
Copy link

The only sad part is that I could only download the Chrome plugin...

@allentiak
Copy link

Original writing: syl20bnr/spacemacs#15546 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants