Code::Blocks Forums

User forums => Help => Topic started by: Kevinb on November 20, 2013, 04:30:58 pm

Title: Passing application parameters using CDB debugger
Post by: Kevinb on November 20, 2013, 04:30:58 pm
I have used Project > Set Program's arguments to specify the command line arguments for my application.  When I just run it, they are passed.   However, when I debug my application, they are not passed.  I am using the Microsoft debugger (CDB).  I was able to set a breakpoint and use a watch to confirm that the argument was not passed. Is this expected to work?  I am using build SVN 9446.
Title: Re: Passing application parameters using CDB debugger
Post by: oBFusCATed on November 23, 2013, 05:54:29 pm
I think, it has been working at some point.
Can you post the full log from the debugger? (you should enable it in the settings)
Title: Re: Passing application parameters using CDB debugger
Post by: Kevinb on November 25, 2013, 02:56:58 pm
Log attached.
Title: Re: Passing application parameters using CDB debugger
Post by: oBFusCATed on November 25, 2013, 03:13:54 pm
Hm, it might be missing.

One thing you can try until I find time to check this is: you can search the forum for another implementation of the cdb debugger plugin. As far as I know it has more features and it is more maintained.