How to use debug window t start console application

  • Thread starter Thread starter David Yu
  • Start date Start date
D

David Yu

Hi,

anybody knows how to use debug window to start console
application program with input arguments.

In DOS window I can start my application program likes
MQGET QTT1 DAVID.LOCAL
which input Queue Manager and local queue.

But If I want to run in debug mode how do I enter that two
parameters. I tried to use /TOOL/EXTERNAL TOOLs/ to set up
argument. It does not work.

Thanks David
 
Go to the project properties and select the Configuration
Properties Node --> Debugging. There is a place for
command line arguments, enter them there. Then, whenever
you start your project it will use those arguments.

Jeff Levinson

Author of "Building Client/Server Applications with
VB.NET: An Example Driven Approach"
 
Back
Top