Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » CDT Debugging : Can't pass arguments to program
CDT Debugging : Can't pass arguments to program [message #90203] Thu, 28 July 2005 20:07
Eclipse UserFriend
Originally posted by: douglass.turner.gmail.com

I am having a devil of a time passing command line arguments to the CDT
debugger.

From the command line I run my program so:
% render -in foo.dsl -prefix some_prefix

Where foo.dsl is a file name and some_prefix is the prefix of an output
file.

In the CDT debugger dialog box I have tried all of the following with no
success

-in foo.dsl -prefix some_prefix
-in 'foo.dsl' -prefix 'some_prefix'
-in /full/path/to/foo.dsl -prefix /full/path/to/some_prefix
-in '/full/path/to/foo.dsl' -prefix '/full/path/to/some_prefix'

Nuthin.

Could someone enlighten me here? Thanks.

Cheers,
Douglass
Previous Topic:Help with creating a .jar file
Next Topic:Run Type
Goto Forum:
  


Current Time: Sat Oct 19 10:59:46 GMT 2024

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

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

Back to the top