[BUG][TEST] Unwind blocks fail to evaluate when closing debugger

Anthony Hannan ajh18 at cornell.edu
Fri Mar 7 19:52:38 UTC 2003


"Andreas Raab" <andreas.raab at gmx.de> wrote:
> Here's a weird one - if you step within a debugger and then close the
> window, unwind blocks will not be evaluated correctly. The attached test
> illustrates both, the correct and the incorrect behavior.

This is fixed in the closure compiler version.  It cleans up the
debugger and contexts a bit.  In particular, it executes steps within
the context of the debugged process instead of the UI process, which is
probably why this unwind bug does not show up.

Cheers,
Anthony



More information about the Squeak-dev mailing list