debug errors on arrays

Previous topic - Next topic

Gary

would it be possible to show which array has thrown up the error rather than just the following being shown in debug window

Code (glbasic) Select

bounds: [   0]
access: [   0]
bounds: [   0]
access: [   0]


If you have a line with several different arrays being accessed it would save a lot of time if it showed the array name that is causing the problem

Gary

Kitty Hello

The runtime doe snot know the names. If it would, there would be a memory overhead ... HM....

Gary

ok, thanks for the quick reply, shame though, will just have to make sure everything is spot on first time then :)