[FIX] MVCDebuggerFix-ajh (was: |BUG][UPDATES] 19 for 3.6beta, plus updated packages)

Anthony Hannan ajh18 at cornell.edu
Wed Aug 6 16:04:50 UTC 2003


"Boris Gaertner" <Boris.Gaertner at gmx.net> wrote:
> the debugger does not open in MVC

The attached changeset fixes this.  From the preamble:
The forked process that opens the debugger needed to
searchForActiveController before terminating.

Cheers,
Anthony

P.S. MVC (ControlManager) assumes that new windows are opened from
processes that are themselves activeController processes, making it hard
to open windows from forked processes.  And it blindly terminates the
activeProcess when scheduling a new controller.  And if you try to open
a window in a forked process, its controller won't get activated because
the forked process is not the current controller process.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MVCDebuggerFix-ajh.cs
Type: application/octet-stream
Size: 1806 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030806/8a11b720/MVCDebuggerFix-ajh.obj


More information about the Squeak-dev mailing list