Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted
This is a start...I'm 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 ;-)
Printer Monitor for .NET? - see Merrion Computing Ltd for details
  • *Gurus*
Posted
I'm looking to be able to query the value of variables remotely.

Forgive me, but wouldn't 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?

  • *Experts*
Posted

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...I'll let you know how this goes.

Printer Monitor for .NET? - see Merrion Computing Ltd for details

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...