WebFreak001 / code-debug

Native debugging for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

de-selecting of breakpoints via ui don't work

GitMensch opened this issue · comments

Another issue (not related to variables), is that I cannot de-select a breakpoint. I can delete the breakpoint from debug shell, but not untick it in the UI (the bp is still active even though not clinked in the UI).

Originally posted by @infn-ke in #373 (comment)

@infn-ke Please provide log output from a session where you stop on a breakpoint (possibly implied via stopAtEntry), create one via ui, then de-activate it, then delete it, ideally with a info breakpoint on the debug command line before/after each step.

I guess the UI shows the deactivated breakpoint as deactivated and removes the deleted ones - but info break still shows them?

This seems to happen when I enable or disable a breakpoint and target is running. Enable/disable in stopped mode seems to work. So maybe this works as expected? Or should added/removed breakpoints be reconciled between UI and gdb when target is stopped?

I see - that's #250 then.