Author Topic: Passing application parameters using CDB debugger  (Read 4269 times)

Offline Kevinb

  • Single posting newcomer
  • *
  • Posts: 2
Passing application parameters using CDB debugger
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Passing application parameters using CDB debugger
« Reply #1 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)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Kevinb

  • Single posting newcomer
  • *
  • Posts: 2
Re: Passing application parameters using CDB debugger
« Reply #2 on: November 25, 2013, 02:56:58 pm »
Log attached.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Passing application parameters using CDB debugger
« Reply #3 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]