how to debug

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
Back
Top