tunnelvisionlabs / JavaForVS

Java Language Support extension for Visual Studio
https://visualstudiogallery.msdn.microsoft.com/bc561769-36ff-4a40-9504-e266e8706f93/
Other
110 stars 27 forks source link

Implement debugger evaluation of quick info #4

Open sharwell opened 9 years ago

sharwell commented 9 years ago

Originally posted at tunnelvisionlabs/LangSvcV2#23.

Currently tooltips while debugging show the AST for the current expression. This should be updated to evaluate the expression and show the result.