[Gambas-bugtracker] Bug #1484: Debug: wanted Stream, got Void instead
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Fri Dec 21 11:42:34 CET 2018
http://gambaswiki.org/bugtracker/edit?object=BUG.1484&from=L21haW4-
Comment #3 by C THAL:
Here is the code that let Debug throw an error:
-----------------------------------------------------------
' Gambas module file
Public Sub Main()
Debug "Anything"
Catch
Print Error.Text
End
-----------------------------------------------------------
It reports:
Main.Main.5: Type mismatch: wanted Stream, got Void instead
More information about the Bugtracker
mailing list