[squeak-dev] Removing class PreDebugWindow (was: How to view an old Error in the debugger?)

Bert Freudenberg bert at freudenbergs.de
Mon Mar 9 12:44:06 UTC 2015


On 06.03.2015, at 01:07, David T. Lewis <lewis at mail.msen.com> wrote:
> 
> On Tue, Mar 03, 2015 at 07:56:02PM -0800, Bert Freudenberg wrote:
>> On 03.03.2015, at 18:59, Chris Muller <asqueaker at gmail.com> wrote:
>>> 
>>> On Tue, Mar 3, 2015 at 5:59 PM, Bert Freudenberg <bert at freudenbergs.de> wrote:
>>>> 
>>>> You have to suspend the process with the error, and do the error handling in another process. That way you can deal with the error before it is unwound, you can resume etc.
>>> 
>>> That makes sense but I still want my app to handle the error the way
>>> it does presenting the messageText, but I want to add a button,
>>> "Debug" which will open up what happened in the debugger.  The process
>>> which the error occurs in is the UI process so I can't suspending it.
>>> It seems like I want to somehow clone it.  Wait..  A Continuation!?
>>> Is that what I need?
>> 
>> What you need is a prettier PreDebugWindow. This used to be what was shown before the actual debugger (in openNotifierContents:label:) but that's now toolbuilderified.
>> 
> 
> PreDebugWindow is unreferenced since a long time. The debug notifier is now
> created with ToolBuilder. Is there any reason that PreDebugWindow should
> stay in the image?

Can't think of any ...

- Bert -



-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4115 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150309/6df3cbe9/smime-0001.bin


More information about the Squeak-dev mailing list