Home All Groups Group Topic Archive Search About
Author
4 Apr 2005 5:01 PM
raulavi
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.

Author
4 Apr 2005 7:01 PM
gaidar
Could you please give a little bit more information about your problem?

Show quoteHide quote
"raulavi" <raul***@discussions.microsoft.com> wrote in message
news:4CEC3714-65B2-465E-9344-6B017ACA535C@microsoft.com...
> 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.
Author
4 Apr 2005 7:39 PM
raulavi
gaidar:
I start first application which calls the next application.
I need to debug the called app using debugger.

Show quoteHide quote
"gaidar" wrote:

>
> Could you please give a little bit more information about your problem?
>
> "raulavi" <raul***@discussions.microsoft.com> wrote in message
> news:4CEC3714-65B2-465E-9344-6B017ACA535C@microsoft.com...
> > 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.
>
>
>
Author
4 Apr 2005 7:41 PM
raulavi
I need to start use debugger on the called application (it is a console app)

Show quoteHide quote
"gaidar" wrote:

>
> Could you please give a little bit more information about your problem?
>
> "raulavi" <raul***@discussions.microsoft.com> wrote in message
> news:4CEC3714-65B2-465E-9344-6B017ACA535C@microsoft.com...
> > 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.
>
>
>
Author
4 Apr 2005 7:49 PM
Samuel R. Neff
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.
Author
4 Apr 2005 8:33 PM
raulavi
thanks Samuel..
It works too.


Show quoteHide quote
"Samuel R. Neff" wrote:

>
> 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.
>