How to set default options into debugger

  • Thread starter Thread starter cyshao
  • Start date Start date
C

cyshao

How to set default options into debugger

I want to let debugger to run a program with special options: "-a -p"

"MyProject.exe "-a -p"

Where shall I set "-a -p" ?

Thanks

Charles Shao
 
Where shall I set "-a -p" ?

In the project properties dialog, under Configuration Properties,
Debugging, Command Line Arguments.



Mattias
 
Back
Top