Bug #10798 2007-04-02 18:55

maxgaspa

Duplicated params in tool

Using the latest 3999 nigthly in a Win XP sp2 pc I got the following issue.

a) I defined a tool as

Name: JIT Debugger Enable

Executable: C:\MinGW\bin\drmingw.exe

Parameters: --install

Working Directory:

b) running the tool I got an error from drmingw and in the CB message window

the following message is reported

Launching tool 'JIT Debugger Enable': C:\MinGW\bin\drmingw.exe --install --install (in C:\Codeblocks)

Tool execution terminated with status 0

As you can see the command parameter "--install" is duplicated.

If I put the --install in the executable edit box (removing it from the parameter edit box) as

Name: JIT Debugger Enable

Executable: C:\MinGW\bin\drmingw.exe --install

Parameters:

Working Directory:

everything goes well.

Max

Category
Application::WrongBehaviour
Group
 
Status
Closed
Close date
2007-04-03 14:59
Assigned to
biplab
maxgaspa 2007-04-02 18:56

I am using nightly 3803 and WinXP sp2

maxgaspa 2007-04-02 18:58

and the bug still is present

pauliusz 2007-04-03 10:25

Same as Bug #10792

pauliusz 2007-04-03 10:51

fixed in Patch #1941

biplab 2007-04-03 14:59

This bug is now fixed in HEAD.

Thank you for reporting it.