dap-mode
dap-mode copied to clipboard
Emacs :heart: Debug Adapter Protocol
Often times I am spamming left click on the dap-ui-controls floating frame, but sometimes I left click so fast that it registers as a double click and I end up...
Currently, I'm using the [comint-mime](https://github.com/astoff/comint-mime) package with the following configuration: ```emacs-lisp (use-package comint-mime :straight (:host github :repo "astoff/comint-mime" :files (:defaults "*.py" "*.sh")) :hook ((shell-mode inferior-python-mode) . comint-mime-setup)) ``` With the...
On Ubuntu 20.04.3 LTS, I'm using the self-compiled git master version of Emacs, and installed the `dap-mode` through straight with the following configuration: ```emacs-lisp (use-package dap-mode :after lsp-mode :config ;;https://github.com/emacs-lsp/dap-mode/issues/372#issuecomment-720716281...
I'm trying to use the `repl` feature of `dap-mode` by the following setting: `(setq dap-auto-configure-features '(sessions locals breakpoints expressions repl controls tooltip)` But I found some problems that I don't...
ptvsd has been archived for a year, we should set the maintained debugpy as the default one.
_Warning (emacs): Initialize request failed: Could not create a target for a program '/home/tutict/tutict.c': '/home/tutict/tutict.c' doesn't contain any 'host' platform architectures: x86_64, _i386.____
Hi. I am using emacs 27.2 on Win 10. When I enter dap debug mode, the dap-ui-controls panel can be displayed, but cannot be clicked. The mouse click just has...
LSP and DAP work generally well, I have seen no issues, except the REPL (which I tend to use a lot). When the REPL opens, I can start typing an...
Can we add a warning or error message if `dap-utils-unzip-script` is set to nil since it results in cryptic error messages when called by other functions. Being Emacs, it's pretty...
``` Warning (emacs): Initialize request failed: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received null ``` dap-ruby-debug-program points to the right folder structure and main.js.