Feature Request - For the debugger

Blitz3D Forums/Blitz3D Programming/Feature Request - For the debugger

hockings(Posted 2008) [#1]
I can't find a more appropriate place to place feature requests so if there's a better forum, please let me know.

Hopefully this is a simple one, but it would make my life SO much easier - can I get the global and local variables in the debugger ordered in alphabetic order (or can you provide a button or similar to do this?)

Thanks!!!


Ross C(Posted 2008) [#2]
I admit it would be handy. Your only solution to to create your variables (Global) in alphabetical order, or use another IDE.


hockings(Posted 2008) [#3]
The problem is that I use another IDE (IDEal which is brilliant!) but it uses the Blitz Debugger. Do any other IDEs have their own debugger with better features than the "built in" one?


Ross C(Posted 2008) [#4]
I'm afraid i don't recall... I'm back to suggesting you create them in alphabetical order, the globals anyway. Not much you can do about local vars.