for example: ``` firstLiveContext := interruptedProcess masterStack detect: [ :context | context isDead not ] ifNone: [ ^ interruptedProcess masterStackCopy copyAfter: entryPoint ]. ```
for example: