[Gambas-bugtracker] Bug #1480: Request for Assertion
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Mon Dec 17 08:43:50 CET 2018
http://gambaswiki.org/bugtracker/edit?object=BUG.1480&from=L21haW4-
Comment #4 by C THAL:
Wow, that was fast. But now Debug seems to fail:
' Gambas module file
Public Sub Main()
Dim b As Boolean
Debug "Here is a Debug string"
b = False
Assert b
Catch
Print "Error:";; Error.Text;; "in";; Error.Where
End
Main.Main.7: Error: Type mismatch: wanted Stream, got Void instead in Main.Main.7
C THAL changed the state of the bug to: Opened.
More information about the Bugtracker
mailing list