kakoune-gdb icon indicating copy to clipboard operation
kakoune-gdb copied to clipboard

gdb integration plugin

Results 5 kakoune-gdb issues
Sort by recently updated
recently updated
newest added

Hi, @occivink ! Thanks for this project. I'm unable to use it thought. Running `gdb-session-new` with or without parameters leave me with the message ``` waiting for shell command to...

`advance` is awkward to use because it stops when executing the current function. We could add a simple `tbreak; run` command

We could support `gdb-display-expression`, `gdb-display-clear` and every time the execution is stopped, the expressions would be shown automatically

Need to investigate which side is causing this

It's a bug on gdb's side, more information here: ``` 2017-09-25 14:41:21 occivink sometimes when I run "continue" from mi, and hit a breakpoint, the following message appears on the...