WAWalkbackErrorHandler and 3.1.1

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

WAWalkbackErrorHandler and 3.1.1

philippeback
I've found what gave me trouble with the notfound.

This is linked to an exception raised in renderContentOn: html

But instead of seeing the exception it is being swallowed.

Now, both checkboxes are checked in the config screen and

WAAdmin applicationExceptionHandlingDefaults at: #exceptionHandler put: WAWalkbackErrorHandler

is set.

But there is no stacktrace showing, no debugger opening in my image.

Clues?

Phil

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: WAWalkbackErrorHandler and 3.1.1

Paul DeBruicker
I think you want to use the WADebugErrorHandler and not the walkback one.  





philippeback wrote
I've found what gave me trouble with the notfound.

This is linked to an exception raised in renderContentOn: html

But instead of seeing the exception it is being swallowed.

Now, both checkboxes are checked in the config screen and

WAAdmin applicationExceptionHandlingDefaults at: #exceptionHandler put:
WAWalkbackErrorHandler

is set.

But there is no stacktrace showing, no debugger opening in my image.

Clues?

Phil

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev