karimgarza Posted March 19, 2004 Posted March 19, 2004 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 Quote You're either a one or a zero. Alive or dead.
karimgarza Posted March 19, 2004 Author Posted March 19, 2004 nevermind, I already found a way of working around it. Karim Quote You're either a one or a zero. Alive or dead.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.