|BUG][UPDATES] 19 for 3.6beta, plus updated packages

Boris Gaertner Boris.Gaertner at gmx.net
Wed Aug 6 12:45:49 UTC 2003


At Jul, 22, 19 updates were released for Squeak 3.6 beta.

With change sets #5357, #5376, #5383 loaded, 
the debugger does not open in MVC

Try this in an MVC project:

    OrderedCollection new zork

The log file is written, but the debugger does not open and the
Squeak user interface remains frozen until you press "<alt>.".
Then you get some red notifier windows and can continue
your work.

When I revert to an earlier version of method
Debugger class >>openOn:context:label:contents:fullView:
the Debugger comes up again. 

Anthony, can you please find out whether this change is
a feasible solution?


Thank you a lot,
Boris

from the announcement of the updates:

<snip>
5357ContextClnDebugFix-ajh -- Anthony Hannan -- 21 July 2003 (version 4)
Debugger fixes:
1. highlighting of decompiled source (do-its).
2. stepping over exception signals.
3. step no longer skips inlined messages (ifTrue:, ifFalse:, etc.).
4. stepping through into a nested block.
5. restarting a block context with args.
6. suspend process properly.
7. display stored temp names when decompiling.
New protocol to support fixes above:
1. MessageCatcher
2. InstructionStream >> nextInstruction & peekInstruction.
3. Process >> isTerminated
</snip>



More information about the Squeak-dev mailing list