Daniel Pettersson

Results 120 comments of Daniel Pettersson

What adapter are you using? And what configuration? Dape should output stdout and stderr to *dape-repl* if the adapter sends these events.

Go dlv is an special beast as it's the only adapter I know of which outputs its not with the DAP protocol events but with stdout of the `dlv` process....

Hey something like this could be fine to add, I am not the biggest fan of assuming "/tmp". Maybe one could use `(temporary-file-directory)` instead. Would you mind explaining the need...

Sorry for taking such a long time to respond. but this looks great. I have some small pointers, which would be easier to address in an PR. Would you mind...

Sounds like an good idea. Currently I am working on removing dapes own parsing with `jsonrpc` and then the logging will be from `jsonrpc`and not dape so let's revisit this...

jsonrcp is now on master, but I don't believe that will come with any great performance improvements so I'll go ahead and reopen this issue

It is `command-cwd` + `:program` which `cppdbg` uses to construct the path towards the program. So for if you change `command-cwd` to `"/home/gotpl/personal/new_proj/labtask/ImageSurveying/ImageSurveying/"` I would gett that it would work...

This was introduced by request in #56 I reverted the commit as I believe it to be the lesser of two evils. I am still not sure on how to...

Sounds interesting! I don't really grok, maybe I am a bit slow. Could you help me out with what your *dream* API would look like! Is it something like`(defun dape-start-debug...