Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-debug-dev] Remoting debuging with Eclipse3.2

Susant,
 
for general debugging there is a simple tutorial. http://download.eclipse.org/tools/cdt/docs/tutorials/debug_tutorial/cdt_w_debug.htm
 
For remote debugging, on the Debugger tab of the launch configuration select the "gdbserver Debugger". The "Debugger options" subpage will let you enter the communication parameters for the gdbserver which must be running on the target (Linux) system.
 
For more questions about using eclipse / CDT please use the newsgroup (news://news.eclipse.org/eclipse.tools.cdt). This mailing list is for developers.
 
Cheers,
 
 
Norbert Ploett
 

Back to the top