Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-debug-dev] Using/Evaluating Expressions (DebugPlatform)"HowTo/Example"?

Ralf Buschermoehle wrote:
> But what exactly refers the debugModel entry to? 

Use the same string that the debug elements in your debugger (target,
threads, stack frames, etc.) return for getModelIdentifier().

The watch expression framework uses the string returned from
getModelIdentifier() of the selected debug element to look up the
appropriate IWatchExpressionDelegate to use to evaluate expressions in
the view. If there is no match, the view prints "(Watch expressions not
supported)".

-Ken


Back to the top