Hello,
I'm using the latest stable version of Code::Blocks for windows (which can be downloaded on the main homepage).
I didn't find a bugtraq or something else here so I simply post here what I found out (I hope nobody has posted this before
).
1. BugFor a test in a source code I copied a string multiple times.
As the string had a length > 5000 bytes in a single line Code::Blocks stopped to display the string?
But the constant definition was still visible.
The line looks like this:
Funny is: if you select some chars of the string then it will be visible inside of the selection.
2. BugI checked out that the clipboard is being cleared if you add/remove a breakpoint using the F5-key.
If you add/remove a breakpoint using the mouse then the clipboard isn't cleared.
Edit:
3. BugIf I wan't to debug and make a double click instead of a single click on the "Debug / Continue" button, then the GDB will start; but never works.
I must terminate the GDB with the task manager.
After this if I start the GDB again with a single (!) click, then the program will run and crash on the first break point.
And then: Everything is normal again (single click runs, double click crashes).
Kind Regards
Bananen-Joe