Hello, I just bought BlitzMax and I'm using it on OS10.2.8. Everything works fine except the debugger.
When I write the following code I found on this forum:
DebugStop()
For i = 1 To 1000000
Print i
Next
Everything works fine but with the following
Graphics 800,600,32
DebugStop()
For i = 1 To 1000000
Print i
Next
The debugger does not appear. Am I doing something wrong?
Thanks.
When I write the following code I found on this forum:
DebugStop()
For i = 1 To 1000000
Print i
Next
Everything works fine but with the following
Graphics 800,600,32
DebugStop()
For i = 1 To 1000000
Print i
Next
The debugger does not appear. Am I doing something wrong?
Thanks.