Daniel Pettersson

Results 120 comments of Daniel Pettersson

Hey! Dape fails to start the adapter because it looks for `command` rather then `:command`. `Wrong type argument: stringp, nil` is an terrible error message, I'll see if I can...

Hey and thank you for your contribution! > For reasons unknown, the debugger fails to hit the breakpoint unless > :stopAtBeginningOfMainSubprogram is set to t. This is due to an...

Hi would you mind posting the full contents of the `*dape-connection events*` buffer?

If you have any updates please reopen the issue.

Hey, Im glad that you enjoy dape. There is two ways of doing it, ether let `vscode-php-debug` run on the local machine or remote. On the local machine: `Run adapter:...

I think I need to see the contents of `*dape-connection events*`. Set `(setq dape-debug t)` then start debugging (dape session needs to be restarted if dape-debug is set when dape...

Hey! When debugging with an adapter that connects with TCP like codelldb there are some less then optimal requirements when debugging with tramp. If you are fine with the location...

Hey sorry for the late response, this seams like your package manager is installing the correct version of `jsonrpc`. The package is built in but dape requires an newer version...

First of thank you for supplying all the debug information for me to go on. Another dape user had similar issues see https://github.com/svaante/dape/discussions/142 with eglot after jsonrpc update. This error...

Hey sorry for the long wait, this seams like a hydra issue rather then a dape one