User forums > General (but related to Code::Blocks)

Bugs: Too long Lines and Breakpoints [Windows]

(1/1)

Bananen-Joe:
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  :P).

1. Bug
For 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:

--- Code: ---const char szText[] =
--- End code ---

Funny is: if you select some chars of the string then it will be visible inside of the selection.

2. Bug
I 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. Bug
If 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

oBFusCATed:
Here is the bugtracker/project page http://developer.berlios.de/projects/codeblocks/

Codeblocks 8.02 is very old, please try a nightly build (they are relatively stable).

Bananen-Joe:
Okay, I will test a nightly build.

But an important question:
If 8.02 is so old as you said, why is there no newer release?
I mean the newer versions still exist..?

Edit:
I've tested it.
Bug 2 is fixed on the current nightly build.
The other bugs are still present.

Kind Regards
Bananen-Joe

Seronis:
There are new releases.  They are referred to as Nightly releases and of course SVN.  =-)

Navigation

[0] Message Index

Go to full version