User forums > Nightly builds

The 06 March 2011 build (7040) DEBUGGER BRANCH version is out.

(1/7) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810_gcc451-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc451-TDM.7z

The 06 March 2011 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20110306_rev7040_DEBUGGER_BRANCH_win32.7z
  - Linux :
   none

Important changes compared to previous DEBUGGER BRANCH nightly:

* debugger_branch: applied patch dbg_refactor0019.3 with the following features:
- remove "Debug-> Edit Watches...", it was unused
- fixed the OnUpdateUI methods: if there was no active debugger all controls were active, now all controls are disabled
* debugger branch: applied (modified) patch dbg_refactor0019.4:
- removed DebuggerTree and related artifacts as they are no longer needed (clean-up)
* debugger branch: applied patch dbg_refactor0019.5 with the following features:
- step into was not working on windows (the code was different on windows/mac and linux, now it is the same on all platforms)
- marked on of the reg expressions to use the wxRE_ADVANCED
* debugger branch: applied patch dbg_refactor0019.6 with the following features:
- re-factored a bit the stack frame parsing code (extracted it in a function)
- another case of stack frame output is parsed correctly ("#11 0x00406810 in main ()")
- added tests for stack frame parsing
- re-factored a bit the debuggergdb test project
* all updates that occurred on trunk


Note: Watch parsing prints an error message in the watches window if the parsing fails. If you see this string please report it as a bug.

THIS IS A SPECIAL TEST BUILD OF REFACTORINGS CARRIED OUT ON THE DEBUGGER BRANCH IN OUR SVN.
FOCUS IS ON ENHANCED DEBUGGING USABILITY.

Give your feedback on this version only in this thread, don't mix it with the regular nightly please.

Once we don't have any blockers on this version,we will merge the changes into trunk and it will be part of the regular nightlies.

madnut.ua:
I guess, link should be: http://prdownload.berlios.de/codeblocks/CB_20110306_rev7040_DEBUGGER_BRANCH_win32.7z

killerbot:
corrected, thanks for mentioning.

Jenna:
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.

If you want to use apt (or dselect, synaptic or whatever) you need to add the following entries to /etc/apt/sources.list :

--- Code: ---deb http://apt.jenslody.de/ any dbg
deb-src http://apt.jenslody.de/ any dbg
--- End code ---
and remove entries for the normal nightlies.

Alternatively you can download the deb's directly from http://apt.jenslody.de/pool/dbg/c/codeblocks/ .

huzhongshan:
I installed 7040 instead of 7017  today , but I found that the 7040 cannot set break point in my dll project . I debug a dll written in gcc by using a host application written by visual c++ 6.  When I set break point in dll , and debug , it freezed.

I reinstall 7017 , the debug works  fine.

Navigation

[0] Message Index

[#] Next page

Go to full version