Call me naive, but I wanted to build my own Watch-window for VB6. So I thought to make an Add-in, also in VB6. However:
I can't even figure out where to add an entry in the pop-up menu you get when right-clicking on a variable when in debug-mode.
Furthermore, I wouldn't know how to get a reference to the selected variable (or the object it refers to) in the code of my add-in.
Am I trying to do something impossible or did I just miss some essential documentation?
I can't even figure out where to add an entry in the pop-up menu you get when right-clicking on a variable when in debug-mode.
Furthermore, I wouldn't know how to get a reference to the selected variable (or the object it refers to) in the code of my add-in.
Am I trying to do something impossible or did I just miss some essential documentation?