hpi-swa / MessageSendRecorder

Tracing tool for Squeak/Smalltalk. Includes a debugger-like browser for records.
MIT License
10 stars 2 forks source link

#contentsSelection not working properly for multiple message sends with the same selector #1

Closed LinqLover closed 4 years ago

LinqLover commented 4 years ago

Given any method that includes multiple message sends with the same selector, selecting any of the sends in the tree view will only highlight the first occurrence of the selector in the method source.

Would it be feasible to record the pc of every message send by default to allow an accurate content selection, or would this include a too high overhead? :-)

marceltaeumel commented 4 years ago

Fixed.

LinqLover commented 4 years ago

Great, thank you! :-)