microsoft / ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples
Other
122 stars 50 forks source link

GetExpression #39

Closed peter---- closed 4 years ago

peter---- commented 6 years ago

Is there an way we can use it like dte2.Debugger.GetExpression?

For example, I'd like to get the return string of "objA.FunctionReturnString(3)". How to use Concord to do it instead of use dte2.Debugger.GetExpression("objA.FunctionReturnString(3)")?

Thanks!

plnelson commented 4 years ago

Cleaning up old issues ... this question is unrelated to the samples. The simple answer is to use the DTE instead of trying to call into Concord directly to evaluate something.