Author Topic: Bugs: Too long Lines and Breakpoints [Windows]  (Read 4025 times)

Offline Bananen-Joe

  • Single posting newcomer
  • *
  • Posts: 4
Bugs: Too long Lines and Breakpoints [Windows]
« on: August 14, 2009, 08:59:44 pm »
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[] =

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
« Last Edit: August 15, 2009, 11:05:34 am by Bananen-Joe »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Bugs: Too long Lines and Breakpoints [Windows]
« Reply #1 on: August 15, 2009, 12:03:34 pm »
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).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Bananen-Joe

  • Single posting newcomer
  • *
  • Posts: 4
Re: Bugs: Too long Lines and Breakpoints [Windows]
« Reply #2 on: August 15, 2009, 06:12:06 pm »
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
« Last Edit: August 15, 2009, 06:27:49 pm by Bananen-Joe »

Offline Seronis

  • Almost regular
  • **
  • Posts: 197
Re: Bugs: Too long Lines and Breakpoints [Windows]
« Reply #3 on: August 16, 2009, 06:13:03 am »
There are new releases.  They are referred to as Nightly releases and of course SVN.  =-)