Hello all,
In the company I work, the guys developed some proprietary language and some language services to it. The problem I face is that, when I debug a file, written by the new language, not all properties are shown in the Local window. The other are possible to be seen only in the Watch window by writing a special prefix. There are no custom debugger and/or expression evaluators written as far as I know. All the services are implemented in a single extension for the Visual Studio 2012.
Is there a way to extend the functionality so that all the variables to be shown in the Local window?
As far as I read, maybe writing an Expression Evaluator should do the trick. Would that be enough?