Global Variables alphabetically sorted in debug..

Blitz3D Forums/Blitz3D Programming/Global Variables alphabetically sorted in debug..

semar(Posted 2008) [#1]
Hi all.

When I debug a blitz program, I get a list of all global variables from within the debugger, and this is useful.
But when there are a lot of them, searching one could really waste some time.

Is there any way to get that list alphabetically sorted ?

Regards,
Sergio.


Stevie G(Posted 2008) [#2]
Maybe using another IDE but not with the native one .. unless you create your variables in alphabetical order in the first place.