DNU msgs in Web browser

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

DNU msgs in Web browser

Usman Bhatti
Hello,

I am using Seaside on Pharo 2.0 and strangely I am getting the DNU error msgs in my web browser instead of my image where they would make more sense and debugging them will be much easier. Is there any option in Seaside to pop up the debugger in the image, as my current 1.3 image does?


Usman

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

Re: DNU msgs in Web browser

Paul DeBruicker
When registering your app use the WADebugErrorHandler

e.g.


(app filters detect: #isExceptionFilter) configuration at:
#exceptionHandler put: WADebugErrorHandler.


On 09/22/2013 07:44 AM, Usman Bhatti wrote:

> Hello,
>
> I am using Seaside on Pharo 2.0 and strangely I am getting the DNU error
> msgs in my web browser instead of my image where they would make more
> sense and debugging them will be much easier. Is there any option in
> Seaside to pop up the debugger in the image, as my current 1.3 image does?
>
>
> Usman
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>

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

Re: DNU msgs in Web browser

Usman Bhatti
Works perfect.
tx.


On Sun, Sep 22, 2013 at 7:12 PM, Paul DeBruicker <[hidden email]> wrote:
When registering your app use the WADebugErrorHandler

e.g.


(app filters detect: #isExceptionFilter) configuration at:
#exceptionHandler put: WADebugErrorHandler.


On 09/22/2013 07:44 AM, Usman Bhatti wrote:
> Hello,
>
> I am using Seaside on Pharo 2.0 and strangely I am getting the DNU error
> msgs in my web browser instead of my image where they would make more
> sense and debugging them will be much easier. Is there any option in
> Seaside to pop up the debugger in the image, as my current 1.3 image does?
>
>
> Usman
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>

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


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