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!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top