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?
Debugging, watch window, array elements incorrectly sorted
-
- CodeLite Curious
- Posts: 2
- Joined: Sat Apr 21, 2018 7:39 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Debugging, watch window, array elements incorrectly sorted
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debugging, watch window, array elements incorrectly sorted
thanks, its a bug in CodeLite (it sorts the elements in asc order). Can u please open this on GitHub?
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debugging, watch window, array elements incorrectly sorted
This is now fixed in CodeLite git master
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Sat Apr 21, 2018 7:39 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debugging, watch window, array elements incorrectly sorted
Hello, thank you for the quick fix!
Next time I will submit on github and thank you for developing this excellent editor!
Next time I will submit on github and thank you for developing this excellent editor!
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Dec 17, 2018 12:21 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debugging, watch window, array elements incorrectly sorted
Hello!
I have started with CodeLite with Windows 7, 12.0.10, MinGW (TDM-GCC-64) and I can not start the debugger, I add a breakpoint, push F5, choose "build and debug", program builds, starts to work and terminates without stop at the breakpoint. An example is attached.
Thanks!
I have started with CodeLite with Windows 7, 12.0.10, MinGW (TDM-GCC-64) and I can not start the debugger, I add a breakpoint, push F5, choose "build and debug", program builds, starts to work and terminates without stop at the breakpoint. An example is attached.
Thanks!
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Dec 17, 2018 12:21 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debugging, watch window, array elements incorrectly sorted
Sorry, the problem solved:
Executable path in (Settings > Debugger > GDB/CDB Debugger:Default) must be C:\MinGW\bin\gdb.exe.
Executable path in (Settings > Debugger > GDB/CDB Debugger:Default) must be C:\MinGW\bin\gdb.exe.