On Mon, Dec 23, 2013 at 04:15:02PM +0100, Holger Hans Peter Freyther wrote: > For single stepping through a method we should continue _after_ the > interrupt check or otherwise the interrupt check will _always_ > trigger. This makes the DebugTools continue a bit.
After this single step is working a bit better but there is still another interrupt check issue. st> a := 0. p := [a := 3] newProcess The code does not get across Dictionary>>findIndex: (Dictionary.st:588). _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
