Hi,
In latest oneclick 1.3 (Latest update: #13269) TimeProfileBrowser seems to
be broken.
To test try:
TimeProfileBrowser onBlock: [ 35 benchFib]
it gives a TimeProfileBrowser DNU allInstVarNames each time you click on a
line (and of course it does not display the code pane).
After digging a bit I found that it ends up in
TimeProfileBrowser >> setClassAndSelectorsIn:
...
^ Smalltalk tools messageSet
parse: etc etc
If I define the messageSet method in ToolRegistry everything seems to be
fine.
ToolRegistry messageSet
^MessageSet
I can report a bug if needed for traceability
Cheers
Alain