User forums > Nightly builds

The 25 August 2012 build (8248) is out.

<< < (12/12)

Hadomunt:

--- Quote from: nanyu on September 15, 2012, 11:36:15 am ---Why do not we use mingbuilds instead of TDM ?

mingwbuilds (NOT official ming) :  http://sourceforge.net/projects/mingwbuilds/reviews/

with mingwbuilds , we can try out all the C++11 features in this release of g++.

--- End quote ---

jaj C++11 (not sarcastic, sincere joy)

grooveordie:
I am not sure if this is new or not, but I feel the need to share.

In debug watches window, a numeric array is shown like this:


--- Code: ---array
   [0]   1 <repeats 23 times>
   [1]   5
   [2]   3 <repeats 4 times>
--- End code ---

On strings this is useful, but on numeric arrays it might be a little bit confusing.

And in the debug watches window, if you want to rename a variable, you will see that the selection is not highlighted.

oBFusCATed:
grooveordie:
What version of GDB is this?
I doubt it can be done anything about it, unfortunately.

About the second issue, yes this is a know issue and it is an issue of wxPropertyGrid, we are using for the watches.
When I was implementing the new watches, I've mentioned this issue to the creator of wxPropGrid and he said we will
see what can be done. But I think he is now missing. wxPropertyGrid is now merge inside wx2.9,
but I've not tried to use C::B compiled against wx2.9, so I don't know if this has been fixed there.

grooveordie:
GDB version 7.5. It is not a big problem, or not a problem at all but it would be useful to see [24] instead of [1] in the example i think.

Excuse me for re-mentioning a known issue, I didn't have time to check before.


--- Quote from: oBFusCATed on September 26, 2012, 09:28:57 pm ---grooveordie:
What version of GDB is this?
I doubt it can be done anything about it, unfortunately.

About the second issue, yes this is a know issue and it is an issue of wxPropertyGrid, we are using for the watches.
When I was implementing the new watches, I've mentioned this issue to the creator of wxPropGrid and he said we will
see what can be done. But I think he is now missing. wxPropertyGrid is now merge inside wx2.9,
but I've not tried to use C::B compiled against wx2.9, so I don't know if this has been fixed there.

--- End quote ---

oBFusCATed:

--- Quote from: grooveordie on September 27, 2012, 08:59:13 am ---GDB version 7.5. It is not a big problem, or not a problem at all but it would be useful to see [24] instead of [1] in the example i think.

--- End quote ---
This is doable probably, but I don't want to waste time with it as I'm re-writing the debugger plugin to use the more IDE friendly GDB/MI interface.
So I suppose this will be a non-issue there.


--- Quote from: grooveordie on September 27, 2012, 08:59:13 am ---Excuse me for re-mentioning a known issue, I didn't have time to check before.

--- End quote ---
No problem, if you have time/desire you can post it in the bug tracker at berlios.de, so it won't be forgotten as it is not written anywhere.

Navigation

[0] Message Index

[*] Previous page

Go to full version