getting a command prompt up when debugging

  • Thread starter Thread starter emma_middlebrook
  • Start date Start date
E

emma_middlebrook

Hi

If I'm developing a console application, I'd rather not have to go to
the project settings and edit the command line arguments each time and
then run.

Is there a way I can get a console box displayed automatically in the
bin directory (also knowing which configuration the project was build
under) so I can type in the program name and arguments in directly?

Thanks,

Emma.
 
I installed a powertoy which adds a "command Prompt here" menu option
to the context menu in my explorer.

this way i am able to open a command prompt anywhere by simply
right-clicking the folder and selecting that option.

That might help you with your problem.

- V
 
Back
Top