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

gdb sometimes pauses and waits for user input

Open occivink opened this issue 7 years ago • 0 comments

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 gdb prompt 
2017-09-25 14:41:21 occivink  ---Type <return> to continue, or q <return> to quit--- 
2017-09-25 14:41:21 occivink  and I don't get any "stopped" notification until I press <return> in gdb. Why would that be? 
2017-09-25 14:42:42 palves_   is this with new-ui ? 
2017-09-25 14:43:00 occivink  aye 
2017-09-25 14:49:18 palves_   yeah, sorry about that. it's a known issue. 
2017-09-25 14:49:42 occivink  oh, okay 
2017-09-25 14:49:44 palves_   secondary prompts (such as pagination prompts) pause inferior event processing. 
2017-09-25 14:49:59 palves_   the workaround is to disable pagination. 
2017-09-25 14:49:59 palves_   set pagination off. 
2017-09-25 14:50:40 palves_   I have a WIP fix for that somewhere, but, I never finished it.

occivink avatar Sep 28 '17 09:09 occivink