Debug Process/.NET Remoting object from code?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to attach a .NET Remoting object to the current debugger from
code? I want to be able to programmatically attach new processes and remote
objects to the debugger. Thanks in advance for any help.. I appreciate it.
 
The feasibility depends on the setup. If you are talking about Remoting
objects on your own machine, you can attach the debugger through the debug
menu. It is also possible to pull the various projects into a single solution
and debug that way. When you are talking remote systems, it gets much more
difficult.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top