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

Request to order variable in debugger alphabetically. #89

Open
EricLendvai opened this issue Dec 17, 2022 · 1 comment
Open

Request to order variable in debugger alphabetically. #89

EricLendvai opened this issue Dec 17, 2022 · 1 comment

Comments

@EricLendvai
Copy link
Contributor

After doing some research it seems that the ordering of variable in the debugger needs to be done by the extension.

Could you add such option to your extension? Sometimes I have a lot of variable and object properties, that having them alphabetically ordered would be helpful.

microsoft/vscode#112660
weinand commented Dec 16, 2020
Yes, sorting variables needs to be done by the debug extensions.

Thanks, Eric

@APerricone
Copy link
Owner

It is interesting, Harbour debugger gives the variables in creation order, so first the parameters and later the locals in the order they are defined.
I will check this, I want keep the parameters first and in order and for workarea columns I will keep the order of the table, for the others I will do something.
About the classes, I have a similar problem, I have little classes that derives from other classes and the sum of data is big, some time ago I thought to split the data for base class in a sub branch, but it is very complex.
I will work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants