[Bug 58999] debugger will not start

Gregory Olds gcolds at comcast.net
Mon May 26 22:27:08 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=58999     




------- Additional Comments From gcolds at comcast.net  2003-05-26 22:25 -------
Opps, sorry.  Here is the debugger output. 
 
-Gregory 
 
gdb /home/gcolds/projects/hi/src/hi -fullname -nx -quiet 
(gdb) set edit off  
(gdb) set confirm off  
(gdb)  
(gdb)  
(gdb) set print static-members off  
(gdb) tty /dev/pts/1  
(gdb) set width 0  
(gdb) set height 0  
(gdb) set stop-on 1  
(gdb) handle SIG32 pass nostop noprint  
(gdb) handle SIG43 pass nostop noprint  
(gdb) set print asm-demangle on  
(gdb) cd /home/gcolds/projects/hi/src  
(gdb) break hi.cpp:12  
Breakpoint 1 at 0x8048639: file hi.cpp, line 12. 
(gdb) run  
Stopped due to shared library event 
(gdb) continue  
Stopped due to shared library event 
(gdb) continue  
Stopped due to shared library event 
(gdb) continue  
 
Breakpoint 1, main (argc=1, argv=0xbffff6c4) at hi.cpp:12 
/home/gcolds/projects/hi/src/hi.cpp:12:146:beg:0x8048639 
(gdb) backtrace  
#0  main (argc=1, argv=0xbffff6c4) at hi.cpp:12 
#1  0x401218ae in __libc_start_main () from /lib/libc.so.6 
(gdb) info breakpoints  
Num Type           Disp Enb Address    What 
1   breakpoint     keep y   0x08048639 in main at hi.cpp:12 
	breakpoint already hit 1 time 
(gdb) next  
/home/gcolds/projects/hi/src/hi.cpp:18:240:beg:0x8048658 
(gdb) backtrace  
#0  main (argc=1, argv=0xbffff6c4) at hi.cpp:18 
#1  0x401218ae in __libc_start_main () from /lib/libc.so.6




More information about the KDevelop-devel mailing list