Le 26/05/2013 10:08, Tobias Boege a écrit :
>
> I did. This is my FMain.class:
>
> ---
> Static Public Sub Application_Error()
>    Error "Error: "; Error.Text
>    Print 12 / 0
> End
>
> Public Sub Button1_Click()
>    File.Load("/does/not/exist")
> End
> ---
>
> What currently happens is that, when I click on Button1, Application_Error()
> is called and prints the correct error. Then it produces an error and this
> again calls Application_Error(). The error information is updated correctly.
> However, the program does not abort until the Stack is exhausted.
>

Fixed in revision #5681.

Regards,


-- 
Benoît Minisini

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to