Debugging, watch window, array elements incorrectly sorted
Posted: Fri Nov 30, 2018 12:34 pm
Hello All,
I am debugging a C program that uses a few arrays. I am running into a visual problem that I cant seem to fix: The array index elements are in an incorrect order. This makes the array quite hard to read and I have to jump around. It seems that sorting on the index is incorrect.
I am using the following:
Codelite 12.0.10, the GTK3 variant (could not see this in the information window) and running in ubuntu 18.04.1
What I have tried: Refreshing and sorting, sorting while "prompt" is selected. All have no effect.
What am I doing wrong? Or is this a bug?
I am debugging a C program that uses a few arrays. I am running into a visual problem that I cant seem to fix: The array index elements are in an incorrect order. This makes the array quite hard to read and I have to jump around. It seems that sorting on the index is incorrect.
I am using the following:
Codelite 12.0.10, the GTK3 variant (could not see this in the information window) and running in ubuntu 18.04.1
What I have tried: Refreshing and sorting, sorting while "prompt" is selected. All have no effect.
What am I doing wrong? Or is this a bug?