Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Re: Launch an executable via a helper

Interesting.  But how can you get the same effect in a non-debug launch?

On Nov 18, 2004, at 3:18 PM, Alain Magloire wrote:

Is there a way to create a launch configuration that uses a helper
program to start the executable?  Cut to the essentials, we have
Eclipse/CDT on a Linux workstation and build executables for an
embedded system. The helper runs on the workstation and dispatches the
executable down to the embedded system.  I would prefer to avoid
modifying Java source, if at all possible.  Thanks.

Maybe by providing a script executable instead of "gdb"
that would all that before spawing the real gdb ..



Back to the top