User forums > Nightly builds

The 02 June 2011 build (7178) is out.

<< < (2/2)

Jenna:

--- Quote from: Lelouch on June 11, 2011, 07:03:53 pm ---Still that problem

when we have char array as one variable, every other variables below will mix up with char array in watch window

eg:

char str[BUF_LEN];
int a, b; //a, b will be mixed with str, so it's hard to see a, b



--- End quote ---

And the answer is still the same:

--- Quote from: oBFusCATed on May 30, 2011, 01:32:05 pm ---
--- Quote from: Lelouch on May 30, 2011, 12:11:59 pm ---Is this only my own experience?

--- End quote ---
No, it is not, probably this bug is fixed in the debugger_branch. There the watches are vastly improved.

--- End quote ---

The fix will not make it into trunk, unless the debugger-branch is remerged with it.
So you have to live with it, or use one of the (more rare) debugger-branch nightlies.

gbr:

--- Quote from: jens on June 11, 2011, 08:06:36 pm ---
--- Quote from: Lelouch on June 11, 2011, 07:03:53 pm ---Still that problem

when we have char array as one variable, every other variables below will mix up with char array in watch window

eg:

char str[BUF_LEN];
int a, b; //a, b will be mixed with str, so it's hard to see a, b



--- End quote ---

And the answer is still the same:

--- Quote from: oBFusCATed on May 30, 2011, 01:32:05 pm ---
--- Quote from: Lelouch on May 30, 2011, 12:11:59 pm ---Is this only my own experience?

--- End quote ---
No, it is not, probably this bug is fixed in the debugger_branch. There the watches are vastly improved.

--- End quote ---

The fix will not make it into trunk, unless the debugger-branch is remerged with it.
So you have to live with it, or use one of the (more rare) debugger-branch nightlies.

--- End quote ---

I'm more of a lurker on the forums than anything else, but I use the nightly builds extensively.

Are there plans to do the merge in the future, or is the debugger_branch considered a separate product?

Gerald

Jenna:

--- Quote from: gbr on June 12, 2011, 03:55:23 pm ---Are there plans to do the merge in the future, or is the debugger_branch considered a separate product?

--- End quote ---

It will be remerged with trunk as soon as possible.

stahta01:
Patch needed for Code::Blocks under Windows when not using PCH.

Tim S.


--- Code: ---Index: src/sdk/pipedprocess.cpp
===================================================================
--- src/sdk/pipedprocess.cpp (revision 7241)
+++ src/sdk/pipedprocess.cpp (working copy)
@@ -13,6 +13,7 @@
     #include <wx/app.h>         // wxWakeUpIdle
     #include "pipedprocess.h" // class' header file
     #include "sdk_events.h"
+    #include "globals.h"        // UnixFilename
 #endif
 
 

--- End code ---

killerbot:
done, thanks Tim

Navigation

[0] Message Index

[*] Previous page

Go to full version