|
I wanted to find who was calling MorphicUIManager>>debugProcess:context:label:fullView:notification: during the stepping over the second halt of your code snippet to open the empty pre-debug window.
I tried to:
- execute your code snippet
- step over until just before reaching the second halt
- add a `self haltOnce`to the code of MorphicUIManager>>debugProcess:context:label:fullView:notification:
- step over the second halt.
This results in two identical halt windows like the one you showed. When clicking their "debug" button, both have a single stack entry: for one it is the halt method of the object containing your snippet of code, for the other it is the haltOnce method of MorphicUIManager.
|
|
|
Priority: 2 – Really Important
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|