We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I spent some time trying to hack up something to this effect in the context of the spacemacs lsp/dap/c-c++ layers, but haven't yet been successful.
The text was updated successfully, but these errors were encountered:
In gitter, something like this has been suggested:
(dap-register-debug-template "GDB::Calc" (list :type "gdb" :request "attach" :name "GDB::Run" :executable "/home/compro/Dropbox/programs/c++/advCalc/build/src/calc" :target 18669 :cwd nil))
https://gitter.im/emacs-lsp/lsp-mode?at=5d0a514ebc56c731f8f73867
Sorry, something went wrong.
No branches or pull requests
I spent some time trying to hack up something to this effect in the context of the spacemacs lsp/dap/c-c++ layers, but haven't yet been successful.
The text was updated successfully, but these errors were encountered: