Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!ml10+ From: ml10+@andrew.cmu.edu (Michael A. Libes) Newsgroups: comp.sys.mac.programmer Subject: Re: Context switch via MacsBug? Message-ID: Date: 17 Mar 90 05:28:30 GMT References: <90Mar16.163436est.10370@ephemeral.ai.toronto.edu> Organization: Class of '91, Carnegie Mellon, Pittsburgh, PA Lines: 21 In-Reply-To: <90Mar16.163436est.10370@ephemeral.ai.toronto.edu> > Is there any way to force MultiFinder to make a context switch or > to trash the offending partition? That way I can at least > close down my other applications in an orderly manner. To do a context switch in MacsBug under normal circumstances, do a trap break, "atb A88F" which is the OSDispatch (JugglerDispatch is a historic name) trap call. At location 0x910, you will find CurApName, the current application name. If you type "show 910 a" it'll display the current application name in the upper left of the screen. To do a context switch, keep typing "g " until the desired application is shown. To remove the trap break, type "atc" To get a trashed application to exit, try typing "es". This should produce the "unexpectedly quit" dialog box. If that doesn't work, I usually reboot the machine. - Luni