Debugging with OpenSUSE 11.1

alonso schaich alonsoschaich at gmx.de
Fri Sep 18 00:05:45 BST 2009


On Thursday 17 September 2009 22:55:41 Michael.Schmidt at l-3com.com wrote:
> Hello,
> 
> I am trying to debug with kdevelop 3.5.3 and OpenSUSE 11.1, but the
> debugger isn't hitting the breakpoints.  I have libtool --mode=execute
> set under the debugger pane.  Any help is appreciated.
> 
> Thanks.
> 
> _______________________________________________
> kdevelop mailing list
> kdevelop at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop
> 
hello

iirc (it's been more then half a decade since i used kdevelop 3 the last time) 
there is a gdb command line in kdevelop3's integrated debugger.
you can set breakpoints in that by hand by typing `break 
SOURCE_FILE_NAME:LINENUM` if the binary was compiled with debug symbols

hope that helps

alonso




More information about the KDevelop mailing list