Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] How do you debug with eclipse c++

I've tried debugging the hello world example as per the tutorial in the help.
below is the result.
Any Idea whats going on ?
Is far as I can work out the program compiles and runs OK.
The debugger just cant find it.
Sorry to say that I find Eclipse very painful. I suspect. 



Warning: /home/ps/workspace/helloworld/-r: No such file or directory.
info threads
No registers.
Stopped due to shared library event
info program
	Using the running image of child process 4683.
Program stopped at 0x5222ca.
It stopped at a breakpoint that has since been deleted.
Type "info stack" or "info registers" for more information.
info sharedlibrary
No shared libraries loaded at this time.
Stopped due to shared library event
info sharedlibrary
>From        To          Syms Read   Shared Object Library
0x0045b170  0x004d7de4  Yes         /usr/lib/libstdc++.so.6
0x00661310  0x0067a480  Yes         /lib/libm.so.6
0x002db680  0x002e2398  Yes         /lib/libgcc_s.so.1
0x00546c00  0x006361d8  Yes         /lib/libc.so.6
0x005147e0  0x0052a18f  Yes         /lib/ld-linux.so.2
info threads
info sharedlibrary
>From        To          Syms Read   Shared Object Library
0x0045b170  0x004d7de4  Yes         /usr/lib/libstdc++.so.6
0x00661310  0x0067a480  Yes         /lib/libm.so.6
0x002db680  0x002e2398  Yes         /lib/libgcc_s.so.1
0x00546c00  0x006361d8  Yes         /lib/libc.so.6
0x005147e0  0x0052a18f  Yes         /lib/ld-linux.so.2
Function "" not defined.
--
View this message in context: http://www.nabble.com/How-do-you-debug-with-eclipse-c%2B%2B-t1444446.html#a3900885
Sent from the Eclipse CDT - debug forum at Nabble.com.



Back to the top