Hi folks. I'm a little stuck on some VSIP stuff. The documentation seems very
one sided - it explains how to implement a lot of stuff (language services,
editors, debug engines, expression evaluators and so on), but joining the
dots is really rather tricky.
I want to be able to get to the debug expression evaluator for a .net
project to implement a tool window similar to the locals and watch windows.
But I can't find a single reference as to how to get to it. There doesn't
seem to be a service offered by the shell to get to the debug engine, and
even then I wouldn't know how to get to the expression evaluator. (I'm using
VS.net 2003, btw)
Does anyone have any ideas?
Cheers
Matt
Matt Ellis - 08 Dec 2004 22:09 GMT
Hi folks. Anyone got any ideas on this one?