EnvDTE.DTE

karimgarza

Freshman
Joined
Jul 16, 2003
Messages
33
Location
Texas
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
 
Back
Top