vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

Sort local/static/global/sbvalue variables by name #1114

Open nobodywasishere opened 3 weeks ago

nobodywasishere commented 3 weeks ago

Fixes #688

image
nobodywasishere commented 3 weeks ago

It currently also sorts the registers, which isn't ideal. Can't figure out a way to sort everything but these - not very familiar with rust or this codebase.

image