karimgarza
Freshman
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
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