JIT Debugging

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QUEyZTcyRQ==?=

    JIT Debugging

    Is there some way of using VS2005 to debug a C# (COM Interop) class library
    when a runtime error is encountered? When the source 1. is available on the
    same PC 2. is not available on the same PC?
    Thanks.
  • Alex Meleta

    #2
    Re: JIT Debugging

    Hi

    Yes, it's called Remote Debugging Monitor http://support.microsoft.com/kb/910448

    Regards, Alex Meleta

    Is there some way of using VS2005 to debug a C# (COM Interop) class
    library
    when a runtime error is encountered? When the source 1. is available
    on the
    same PC 2. is not available on the same PC?
    Thanks.

    Comment

    Working...