[squeak-dev] Debugging through #fork

Chris Muller asqueaker at gmail.com
Sun Jan 23 01:48:24 UTC 2022


> Dear Squeakers,
>
> I was just asking myself, why we cannot debug process forking like this:
>
> 0. In the Debugger: [ self doSomething ] "--> next send" fork. nextStatement.
> 1. Press the Through button.
> 2. The debugger stops at the next step after the send of #fork: [ self
> doSomething ] fork. "-->" nextStatement.
> 3. A second full debugger opens on the new (and now suspended)
> process: [ self "-->" doSomething ] fork. nextStatement.

I would love that!


More information about the Squeak-dev mailing list