pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 53 forks source link

Debug Point Browser does not highlight corresponding code when a debug point is attached to a node #725

Closed adri09070 closed 5 months ago

adri09070 commented 6 months ago

When you open the debug point browser, if you select a debug point set on an AST node in the list of debug points, the code presenter in the bottom-left won't highlight the code corresponding to the target node.

However, the highlight is done correctly for debug points set on variables