willox / auxtools

Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
27 stars 32 forks source link

Feature Request: Alphabetize variables in the debugger #14

Closed ZeWaka closed 3 years ago

ZeWaka commented 3 years ago

It's quite annoying searching for variables currently, having to scroll through potentially hundreds of variables to find the one you're looking for. It looks like it's currently grouped by inheritance from the type, but that doesn't really help when you're debugging mob/carbon/human or something and trying to find a mob/-scope var. Even then, it's not even alphabetized within the type scope: Code_2020-12-19_10-39-01

SpaceManiac commented 3 years ago

My preference would be: