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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top