Watch an array element

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Watch an array element

Post by Tenaja »

I'd like to be able to Watch a single element in an array. For instance, I'd like to add MyArray(5) to the watch list.

I also wish that ALL of the resizable features of the many debug windows would stay at their last used size. When you have strings you are watching, or variable names that are longer than the std width, you have to resize the columns every time the variable and/or watch windows are opened. Same thing with programs that have numerous global variables; you have to resize the bottom of the local window to see all globals.

Thanks.