You could start by putting a breakpoint in Debugger
class>>morphicOpenOn:context:label:contents:fullView: or
ToolBuilder>>openDebugger:label:
Also save your image before you start your debugging attempt. The last
time I tried to debug the Debugger, stepping out of the original
context or, in general, pressing the wrong button at the wrong time
gave me countless more debuggers or froze the image. However, if you
only navigate through the ToolBuilder code, you might be better off.
2016-05-31 22:28 GMT+02:00 gettimothy <
[hidden email]>: