Bug 75500 - command line arguments ignored
Summary: command line arguments ignored
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 3.0.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 10:09 UTC by Sven Schmidt
Modified: 2004-02-20 15:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Schmidt 2004-02-18 10:09:20 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    SuSE RPMs
Compiler:          gcc 3.3.1 (SuSE 9.0) 
OS:          Linux

kdev 3.0.1, IDEAL, c++ simple hello world program


The run argument you can set in the subproject settings is ignored during execution. At least for debugging the program.


Regrads, Sven Schmidt
Comment 1 Amilcar do Carmo Lucas 2004-02-18 10:34:45 UTC
Is your global run arguments empty?
Is your global main program empty?
The run arguments set in the subproject settings is only used if the global run arguments are empty _AND_  your global main program is empty.
Comment 2 Amilcar do Carmo Lucas 2004-02-20 15:44:53 UTC
The reported retested and told me that was invalid.