News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Reorder variables in Watches

Started by rogeriodec, March 31, 2018, 04:36:20 PM

Previous topic - Next topic

rogeriodec

Is there any logic in the order in which the variables appear in Watches?
Apparently they appear in random order, hard to find.
Is there any way to sort the variables there?
Windows 8.1

SVN 11400

BlueHazzard

The variables you add are in the order how you add them
The variables provided by codeblocks (function parameters, local variables) are in the order how gdb provides them. I have no idea how this order is made.

@devs:
again some idea for a UI here?

Off topic: From all the posts you make it seems that you misuse the debugger as UI for your program? ;)

rogeriodec

Quote from: BlueHazzard on April 05, 2018, 11:23:33 AM
Off topic: From all the posts you make it seems that you misuse the debugger as UI for your program? ;)

Just trying to help the CB debugger have the same facilities as other debuggers.  ;)
Windows 8.1

SVN 11400