getting a command prompt up when debugging

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • emma_middlebrook@fastmail.fm

    #1

    getting a command prompt up when debugging

    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.

  • V

    #2
    Re: getting a command prompt up when debugging

    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


    emma_middlebroo k@fastmail.fm wrote:
    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.

    Comment

    Working...