[Qt-creator] Breakpoints problem still unsolved

Michael Sué sue at nf.mpg.de
Mon Nov 17 16:43:27 CET 2008


Hi Creator-Team,

Eike, your work-around works fine, thank you!

Just to mention it: you still have to re-create breakpoints in the
non-main-subdir branches of a project after every start of the program.

Here, as already sent to André to Dresden, the essential part of the gdb
output:

stdout:(gdb) 
stdout:
stdout:61^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",ad
dr="0x000000000044d896",func="VMainWindow::updateDemo()",file="mainwindow.cp
p",fullname="/usr/local/data/sue/devel/vinci_q/main/mainwindow.cpp",line="24
16",times="0"}
stdout:(gdb) 
stdout:
input:Running command:   62-break-insert
"\"/usr/local/data/sue/devel/vinci_q/misc/waiteventloop.cpp\":61"
stdout:&"No source file named
/usr/local/data/sue/devel/vinci_q/misc/waiteventloop.cpp.\n"
stdout:62^done
stdout:(gdb) 
stdout:
input:Running command:   63-break-insert
"\"/usr/local/data/sue/devel/vinci_q/misc/waiteventloop.cpp\":38"
stdout:&"No source file named
/usr/local/data/sue/devel/vinci_q/misc/waiteventloop.cpp.\n"
stdout:63^done
stdout:(gdb) 
stdout:
input:Running command:   64-break-insert
"\"/usr/local/data/sue/devel/vinci_q/guimisc/gui_misc.cpp\":1216"
stdout:&"No source file named
/usr/local/data/sue/devel/vinci_q/guimisc/gui_misc.cpp.\n"
stdout:64^done
stdout:(gdb) 
stdout:
input:Running command:   65-break-insert
"\"/usr/local/data/sue/devel/vinci_q/guimisc/gui_misc.cpp\":1188"
status:Breakpoint notification sent. Gdb ready.
stdout:&"No source file named
/usr/local/data/sue/devel/vinci_q/guimisc/gui_misc.cpp.\n"
stdout:65^done


One obvious difference is that the non-set breakpoints are in files that are
not in the same directory as the main program, the one that gets set is
well.

Best, Michael.





More information about the Qt-creator-old mailing list