Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Debuggin RMI
Debuggin RMI [message #201454] Wed, 12 September 2007 18:52 Go to next message
Eclipse UserFriend
Originally posted by: someone.nospam.net

Evidently the folks at my work place use RMI (I am completely unfamiliar
with the concept) to start up the application I need to debug. Thus I need
to run some commands from the command line prior to invoking my application.
I looked around the debug dialog, but don't see anywhere I can do that from
within eclipse. How do I go about debugging? Do I need to manually open
another console and enter my commands or is there an easier automated way?
Also, can I debug as a local process or do I have to attach?

This is a C++ app btw, not a java app.

thanks
Re: Debuggin RMI [message #201461 is a reply to message #201454] Wed, 12 September 2007 19:27 Go to previous message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

I'd suggest using a script/batch file that does your commands and finally
invokes gdb. Then replace the (gdb) debugger name with the name of your
script/batch file in the launch dialog.

Hope that's clear
--
Derek


Christopher Pisz wrote:
> Evidently the folks at my work place use RMI (I am completely unfamiliar
> with the concept) to start up the application I need to debug. Thus I need
> to run some commands from the command line prior to invoking my application.
> I looked around the debug dialog, but don't see anywhere I can do that from
> within eclipse. How do I go about debugging? Do I need to manually open
> another console and enter my commands or is there an easier automated way?
> Also, can I debug as a local process or do I have to attach?
>
> This is a C++ app btw, not a java app.
>
> thanks
>
>
Previous Topic:Debugging JNI code under Linux ?
Next Topic:eclipse/cdt - I don't want build before launch
Goto Forum:
  


Current Time: Tue Jul 23 11:26:35 GMT 2024

Powered by FUDForum. Page generated in 0.03435 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top