iets3.opensource icon indicating copy to clipboard operation
iets3.opensource copied to clipboard

TraceExplorer should also show evaluations of Lambdas

Open mgronover opened this issue 1 year ago • 2 comments

Traced values of nodes that reside within lambda expressions should also be shown in Editors.

mgronover avatar Aug 13 '24 06:08 mgronover

Though the main part is done by PR #1034, there is a further minor bug: The focus is not set if the first selected TraceExplorer entry is below a lambda expression. This could easily fixed, if getMappedNode() was public. The TraceTab in mbeddr should also use that method.

So these points are still open.

mgronover avatar Aug 13 '24 12:08 mgronover

The points above are solved with PR #1040.

mgronover avatar Aug 19 '24 14:08 mgronover