[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] How do you debug with eclipse c++
|
The messages you see in the gdb console are not errors or warnings. What
exactly happening when you launch your debug session? What do you see in the
Debug view?
----- Original Message -----
From: "inpain" <psutclif@xxxxxxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Thursday, April 13, 2006 9:57 AM
Subject: [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.htm
l#a3900885
Sent from the Eclipse CDT - debug forum at Nabble.com.
_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev