Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order local vars in debug window alphabetically #3884

Closed
nickmeinhold opened this issue Mar 23, 2022 · 2 comments
Closed

Order local vars in debug window alphabetically #3884

nickmeinhold opened this issue Mar 23, 2022 · 2 comments
Labels
in debugger Relates to the debug adapter or process of launching a debug session is enhancement
Milestone

Comments

@nickmeinhold
Copy link

Is your feature request related to a problem? Please describe.

I am porting a JS lib to Dart and noticed the local vars are ordered alphabetically in the Node debug window

Screen Shot 2022-03-23 at 15 40 07

but are not ordered in the Dart debug window

Screen Shot 2022-03-23 at 15 39 58

Describe the solution you'd like

Have the Dart debug window list the local vars in alphabetical order.

Thanks!

@DanTup DanTup added this to the v3.38.0 milestone Mar 24, 2022
@DanTup DanTup added the in debugger Relates to the debug adapter or process of launching a debug session label Mar 24, 2022
@DanTup DanTup closed this as completed in 3901110 Mar 24, 2022
@DanTup
Copy link
Member

DanTup commented Mar 24, 2022

Thanks, fixed! I'd apparently already done this in the new SDK DAPs, but since it'll take a little while to fully switch over, I've fixed in the current.legacy DAP too.

@nickmeinhold
Copy link
Author

Amazing, thank you! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in debugger Relates to the debug adapter or process of launching a debug session is enhancement
Projects
None yet
Development

No branches or pull requests

2 participants