how to debug

G

Guest

I have a exe file (a.exe), and another exe file (b.exe), b.exe runs as a
background application, it runs as a windows service. i start the
service(b.exe) from a.exe i.e., attach this exe to start in several places,

How do i debug b.exe from a.exe?


Thanks,
Venkat.
 
A

Alvin Bruney [MVP - ASP.NET]

just attach the debugger to b.exe whenever you want to. or you can start
a.exe and step thru the call to b.exe

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 

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

Top