Daniel Pettersson
Daniel Pettersson
It's not really an gdb-mi issue really as dape does not use gdb-mi in that way. Really only the table function from gdb-mi. The most sensible approach would be to...
I am still having issues with transient and the `*dape-*`buffers and can't find a suitable value for `transient-display-buffer-action`. If anybody would take this issue on I am still open to...
Hey I just pushed an batteries included config that works great with pytest, so you need to use the latest commit for this to work. It's called `debugpy-module', see screenshot...
Would you mind share some additional information? 1. `(setq dape-debug t)` 2. Start `debugpy-module :module "pytest"` 3. Share the contents of `*dape-connection events*` buffer
I think the issue is that you are specifying `:module` as `""` [debugpy options](https://github.com/microsoft/debugpy/wiki/Debug-configuration-settings). If you want to debug an module you need to specify the module name. If you...
Hey, could you explain to me further what your use case is?
Does not the `fn` property work in `dape-configs` for your usecase? - fn: Function or list of functions, takes config and returns config. If list functions are applied in order....
Sorry for the late reply, if you have `corfu` enabled with `(global-corfu-mode)` and using `codelldb` typing `hel` should bring up an corfu window with "help" as an candidate.
Dape did wrongfully throw away completion candidates when repl buffer contained an whitespace. ```c int var1, var2; => ``` In side of `*dape-repl*`: ``` > p var ``` Will show...
I am not entirely sure what you are asking, as I am under the understanding that `dape` already supports ANSI colors, if that is set in `comint-output-filter-functions`.  Can you...