[Gambas-bugtracker] Bug #1614: Bug in the Error class if the Finally istruction contains a message.

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Jun 14 01:02:54 CEST 2019


http://gambaswiki.org/bugtracker/edit?object=BUG.1614&from=L21haW4-

Comment #8 by Benoît MINISINI:

The problem is that there is no local error context, and the code executed after FINALLY can reset the global error context.

Which is the case if you use Message.Info() that is now implemented in Gambas. Before it was implemented natively, so the global error context was not modified.




More information about the Bugtracker mailing list