idanarye/vim-vebugger

&Error while running hook_stop: &No stack.

wind0204 opened this issue · 2 comments

Vebugger just started to not work; this is what it says when I launched it using :VBGcontinue command.

~Continuing.
(gdb) 
=library-loaded,id="/usr/lib/x86_64-linux-gnu/libvulkan.so.1",target-name="/usr/lib/x86_64-linux-gnu/libvulkan.so.1",host-name="/usr/lib/x86_64-linux-gnu/libvulkan.so.1",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007ffff6fe1fd0",to="0x00007ffff70116f9"}]
~[Inferior 1 (process 15027) exited normally]
=thread-exited,id="1",group-id="i1"
=thread-group-exited,id="i1",exit-code="0"
&Error while running hook_stop:
&No stack.
(gdb) 

I guess it's a bug on GDB, GDB halts without pausing at a breakpoint, too

[Inferior 1 (process 22745) exited normally]

The code path I imagined was not followed in the run, it paused when I changed the breaking point to an earlier line.