This is a start...Im looking to be able to query the value of variables remotely. I got a very limited version of this idea working in VB6 but VB.Net seems to offer much better capabilities....if only some of it were documented ;-)
Forgive me, but wouldnt remoting be more appropriate for a dsitributed application? Or are you referring to debugging one process from another? And would the debugger run on local or remote processes? Or both?
System.Diagnostics.SymbolStore , System.Diagnostics.ISymbolReader and System.Runtime.Remoting hold out the tantalising possibility of writing a VS.IDE add-in that allows you to query variables values from an executable running on a different machine. I shall try and knock together a proof-of-concept add-in if any free time arisies next month.
I have signed up at the Visual Studio Industry Partners site to download the SDKs and see if that helps...Ill let you know how this goes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.