Author Topic: The 25 september 2010 build (6634) DEBUGGER BRANCH version is out.  (Read 10415 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 25 september 2010 build (6634) DEBUGGER BRANCH version is out.
« on: September 27, 2010, 06:04:55 pm »
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_gcc441.7z

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

The 25 September 2010 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20100925_rev6634_DEBUGGER_BRANCH_win32.7z
  - Linux :
   none

Important changes compared to previous DEBUGGER BRANCH nightly:

* debugger_branch: applied patch 16.9 with the following features:
- no disassembly was displayed if gdb emits some warnings before the real result from the "info frame" command
- there was no yellow marker on windows. It seems that %p doesn't generate 0x in front of the printed address in wxString::Format

* debugger_branch: applied wxPropGrid patch to fix wxPG_EX_HELP_AS_TOOLTIPS not working for the selected property

* 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 25 september 2010 build (6634) DEBUGGER BRANCH version is out.
« Reply #1 on: September 27, 2010, 08:50:26 pm »
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
and remove entries for the normal nightlies.

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

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: The 25 september 2010 build (6634) DEBUGGER BRANCH version is out.
« Reply #2 on: September 29, 2010, 03:23:53 pm »
I just wanted to check if the 'additional shell commands' is still not implemented as it seems to be the case? Do I have any changelog specific to the debugger branch or is the 1 below contains every branch?

http://apt.jenslody.de/ChangeLog

Thank u...

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 25 september 2010 build (6634) DEBUGGER BRANCH version is out.
« Reply #3 on: September 29, 2010, 03:40:01 pm »
I just wanted to check if the 'additional shell commands' is still not implemented as it seems to be the case? Do I have any changelog specific to the debugger branch or is the 1 below contains every branch?

http://apt.jenslody.de/ChangeLog

Thank u...

No, it's just for trunk