pharo
pharo copied to clipboard
Implementors search in the Debugger interprets selector as a variable
Bug description Pressing Ctrl-M for implementors search in the Debugger probably tries to work with the selector as if it would be a variable and thus shows UndefinedObject class.
To Reproduce Steps to reproduce the behavior:
- in a Playground, type
Integer maxValue
and try to print it (it is wrong expression) - The Debugger opens (Instance of Integer class did not understand #maxValue)
- select
maxValue
selector - press Ctrl+M (or a platform alternative)
- a browser on
UndefinedObject
is opened
Version information:
- Version: Pharo 10 and 11 but worked correcty in Pharo 9