[Seaside] Debugger, not any more with Seaside 3.x?

Johan Brichau johan at inceptive.be
Wed Feb 4 10:15:51 UTC 2015


Click ‘Configure’ next to the ‘ExceptionFilter’.

So the amount of questions on this subject clearly shows that it’s not clear and no, it’s not in the book.
Yet another TODO, I’m afraid.

Johan

> On 04 Feb 2015, at 11:00, Hilaire <hilaire at drgeo.eu> wrote:
> 
> Thanks
> 
> I am must be nuts but I see nothing in the config section (enclosed
> screenshot).
> I will try your set up.
> Is there a place for up to date doc?
> 
> Thanks
> 
> Hilaire
> 
> 
> 
> Le 04/02/2015 10:54, Stephan Eggermont a écrit :
>> The default exception handler was changed. Either change it
>> from config, or do something similar to
>> 
>> Application class>>registerForDevelopmentAt: anApplicationName
>> 	| application |
>> 	WAAdmin enableDevelopmentTools.
>> 	application := self registerAt: anApplicationName.
>> 	application filter configuration at: #exceptionHandler put: WADebugErrorHandler.
>> 	^application
>> 
>> Application class>>registerAt: anApplicationName
>> 	^(WAAdmin register: self asApplicationAt: anApplicationName)
>> 		preferenceAt: #sessionClass put: self sessionClass;
>> 		addLibrary: JQDeploymentLibrary;
>> 		addLibrary: JQUiDeploymentLibrary;
>> 		yourself
>> 
> 
> 
> -- 
> Dr. Geo - http://drgeo.eu <http://drgeo.eu/>
> iStoa - http://istoa.drgeo.eu <http://istoa.drgeo.eu/>
> <seasideconfig.png>_______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org <mailto:seaside at lists.squeakfoundation.org>
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150204/102c15e4/attachment.htm


More information about the seaside mailing list