Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Seneca professor having trouble with CDT

You can run the program in an xterm using gdbserver.

> gdbserver :9999 ./myProgram 

Then, from Eclipse launch a C/C++ Application but make sure to select (from the hyperlink the bottom)
the GDB (DSF) Remote System Process Launcher.

Set the right connection parameters in the Debugger tab and pres Debug.

The program will run in the xterm but you can debug from Eclipse.

Marc

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Andrew Overholt
> Sent: Tuesday, February 23, 2010 11:21 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Seneca professor having trouble with CDT
> 
> Hi,
> 
> This was sent to me:
> 
> http://seneblog.fardad.com/2010/02/i-have-problem-with-eclipse.html
> 
> I don't know if what he wants is possible, but it's worth 
> responding if
> someone who is knowledgeable has the time.
> 
> Thanks,
> 
> Andrew
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

Back to the top