Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Debugging
#2
Unfortunately, it's hard to debug that.
It basically means that yes, you're having an out of bound array access.
I will add more debug capabilities soon.

An old way to debug this is to execute a PRINT <line number> after each array access, to locate the line more easily.

PS: Try compiling with --enable-break flag. This will update the line number, and probably you'll get a more accurate position
Note that the line number reported in the error won't be the BASIC one (i.e. '1000') but the actual line in your text .bas source code.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)