two console apps.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do I debug console apps?
If one app calls the other app (I need to debug the called app).
what are each app settings?

Thanks for you help.
 
Could you please give a little bit more information about your problem?
 
gaidar:
I start first application which calls the next application.
I need to debug the called app using debugger.
 
I need to start use debugger on the called application (it is a console app)
 
In the project properties under Configuration Properties \ Debugging
set "Start Action" to "Start External Program" and select the first
app.

I'm not sure if this will work for two console apps, it's primarily
geared towards a DLL used in another app, but it's worth a try.

HTH,

Sam



B-Line is now hiring one Washington D.C. area VB.NET
developer for WinForms + WebServices position.
Seaking mid to senior level developer. For
information or to apply e-mail resume to
sam_blinex_com.
 

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