GLBasic forum

Main forum => Bug Reports => Topic started by: Gary on 2011-Mar-09

Title: debug errors on arrays
Post by: Gary on 2011-Mar-09
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
Title: Re: debug errors on arrays
Post by: Kitty Hello on 2011-Mar-09
The runtime doe snot know the names. If it would, there would be a memory overhead ... HM....
Title: Re: debug errors on arrays
Post by: Gary on 2011-Mar-09
ok, thanks for the quick reply, shame though, will just have to make sure everything is spot on first time then :)