Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 26, 2011, 11:10:28 pm

Title: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: killerbot on June 26, 2011, 11:10:28 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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2812_gcc452-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_gcc452-TDM.7z

The 26 June 2011 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20110626_rev7257_DEBUGGER_BRANCH_win32.7z
  - Linux :
   none

Important changes compared to previous DEBUGGER BRANCH nightly:

* since it was such a long time ago, didn't list all the updates (see svn log for more details)
* 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.
Title: Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: Jenna on June 27, 2011, 06:49:43 am
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/ (http://apt.jenslody.de/pool/dbg/c/codeblocks/) .
Title: Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: ultimA on June 27, 2011, 06:24:08 pm
For Arch Linux users, I have created the codeblocks-dbgbranch-svn package in AUR (https://aur.archlinux.org/packages.php?ID=49756 (https://aur.archlinux.org/packages.php?ID=49756)). The package will check out, build and install the latest debugger branch from svn.
Title: Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: KirkD on June 27, 2011, 06:29:25 pm
Just curious - is there any idea when this will get merged into the main branch?
Title: Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: oBFusCATed on June 27, 2011, 07:43:36 pm
when it is ready of course :)
Title: Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: KirkD on June 27, 2011, 08:47:04 pm
What an obfuscated answer.  8^)
Title: Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: Freem on July 04, 2011, 03:49:25 pm
Quote
Topic: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.  (Read 679 times)

In jen's repository this is the 7256. I think the title of this subject contain a small mistake :)

I have noticed that when I tried to make a plugin with the wizard, the generated file is named lib****.so, and the "plugins"->"manage plugins"->"install new" button want to find a file named ****.so in the archive (with a debian on amd64).

Another thing is that C::B didn't ask me to define the cb var, I don't know why. (But for the wx one he asked...)

Maybe those problems are old one, I never had problems of this kind before, but I never tried to look into C::B's plugins system too...
Title: Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: oBFusCATed on July 04, 2011, 04:18:40 pm
Another thing is that C::B didn't ask me to define the cb var, I don't know why. (But for the wx one he asked...)
On linux C::B setups the plugin to link to the global C::B SDK installed in /usr/ most of the time
Title: Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: Freem on July 04, 2011, 04:44:48 pm
I apologize, I think I missed something. After creating a fresh user to try with a clean configuration, it's ok for CB's vars.
I don't understand why it asked me on my common user, but this is a problem between chair and keyboard :)

At least, the problem of the generated filename *.SO is a true one... or not?
Title: Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
Post by: oBFusCATed on July 04, 2011, 04:53:50 pm
Read this topic: http://forums.codeblocks.org/index.php/topic,4290.0.html
Probably you'll need to modify something in the manifest.xml file