Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

Anybody that has experience with Add-In's, I would Appreciate your help:

 

I am building an V.S. 7 Add-In and I already have the add-in running but I want to know how to get a reference to an object while in debug mode, I have tried different things :

 

Dim myObject as object

If applicationObject.Mode = EnvDTE.vsIDEMode.vsIDEModeDebug Then

myObject = applicationObject.Debugger.GetExpression

 

Thanks in advanced,

 

Karim

You're either a one or a zero. Alive or dead.
  • 4 years later...

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...