how to debug

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Venkat

    how to debug

    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.
  • Alvin Bruney [MVP - ASP.NET]

    #2
    Re: how to debug

    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
    "Venkat" <Venkat@discuss ions.microsoft. com> wrote in message
    news:4BBF0AF2-6A8C-444E-A361-7DCB2FD914DC@mi crosoft.com...[color=blue]
    >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.[/color]


    Comment

    Working...