Bug 75500

Summary: command line arguments ignored
Product: [Applications] kdevelop Reporter: Sven Schmidt <sschmidt>
Component: CPP DebuggerAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 3.0.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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.