Why do my eclipse cdt breakpoints get deleted immediately after they are added? -
this has been working fine while, , there lots of eclipse breakpoint bugs, one's not others.
i can add breakpoint, shows in breakpoint list make breakpoint, little blue dot checkpoint shows up, checkpoint goes away.
here's gdb trace...
355,448 50-break-insert -f xxx 355,448 50^done,bkpt={number="9",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000435f1e"\ ,func="xxx(void const*, unsigned long)",file="xxx.cpp",fullname="xxx.cpp",line="223",thread-groups=["i1"]\ ,times="0",original-location="xxx.cpp:223"} 355,448 (gdb)
... , happens....
355,601 51-break-delete 9 355,601 51^done 355,601 (gdb)
i'm sure it's state bug of config somewhere, , don't care why. have deleted breakpoints , restarted, debugger related cache stuff stored can try , delete it?
i'd rather not have rebuild workspace.
edit: gdb version gnu gdb (ubuntu 7.10-1ubuntu2) 7.10
eclipse version...
eclipse ide c/c++ developers version: luna service release 2 (4.4.2) build id: 20150219-0600
cdt...
eclipse c/c++ development tools version: 8.6.0.201502131403 build id: @build@
i copied eclipse setup machine version of gdb , working fine. gnu gdb (ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
(there earlier answer of information, deleted?)
with cdt 8.6 there known bug fixed. gist there race condition has been resolved in cdt 8.7 (eclipse mars).
for ongoing issue op raised bug 19503 against gdb. based in part on information there seems potentially turning off debug forked processes may aleviate situation in eclipse. in launch configuration, uncheck "automatically debug forked processes", last of options marked below:
Comments
Post a Comment