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

Hilaire hilaire at drgeo.eu
Wed Feb 4 10:00:37 UTC 2015


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
iStoa - http://istoa.drgeo.eu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: seasideconfig.png
Type: image/png
Size: 111086 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150204/2e957ff4/seasideconfig-0001.png


More information about the seaside mailing list