IETS3 / iets3.opensource

Open Source Parts of IETS3
Apache License 2.0
42 stars 21 forks source link

TraceExplorer should also show evaluations of Lambdas #1032

Open mgronover opened 1 month ago

mgronover commented 1 month ago

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

mgronover commented 1 month ago

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 commented 3 weeks ago

The points above are solved with PR #1040.