Hi,
is it possible to turn off (possibly in the most recent ver of qtc) the
variable name sorting in the locals & watchers window?
I'm asking this because if I have a class like
struct Color {
float r, g, b, a;
};
I would like to see them in the same sequence.
It make my debugging work easier.
paulo