RE: How to debug remotely and ensure that the loaded assemblies are re



Hi Juan,

Sorry for letting you wait.

Do you mean the modules themselves or symbols for these modules?

Based on my knowledge, if you mean the modules themselves, the debugger
does not influence where the application pulls modules from. So if your
application running on the remote machine refers modules in that machine,
there is no reason the debugger will replace the modules with the ones in
local machine. The debugger will only try to probe the symbols for these
modules from different places.

Can you provide a screen shot of the "Modules" window during the remote
debugging? This will help me understand it better. Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • RE: Detecting if running with IDE or not
    ... Console.WriteLine("Some debugger is attaching you!"); ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ... project analysis and dump analysis issues. ...
    (microsoft.public.vsnet.general)
  • Re: DebuggerDisplay attribute Target property not working
    ... what was the idea behind changing the debugger display mechanism completely in VS2005 such that there is no backward compatibility with VS2003? ... I edit %user profile%\My Documents\Visual Studio ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.vsnet.debugging)
  • Re: _asm { int 3 } doesnt work with VS2005 and VS6 on same machine
    ... XP to run the telephony services within the logged in user context or not ... use the asm int 3 technique at all anymore and just attach the debugger to ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.general)
  • RE: how to debug com interop in vs2005 under Vista
    ... as administrator" from the context menu. ... debugger and right click the VS2005 Exe to run it as Administrator. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.vsnet.debugging)
  • Re: .NET CLR exceptions reported but debugger does not break on th
    ... most interesting thing is which code the debugger does not consider as ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ... project analysis and dump analysis issues. ...
    (microsoft.public.dotnet.framework.clr)

Loading