pharo-spec / ScriptableDebugger

3 stars 12 forks source link

SindarinDebugger>>#methodNode returns different method nodes each time it is called (they're not identical) #49

Closed adri09070 closed 2 years ago

adri09070 commented 2 years ago

This is because it calls CompiledMethod>>#methodNode that parses the method each time it is called.

Maybe this would be better to call the CompiledCode>>#ast method to get the AST that is cached