User forums > Nightly builds
The 12 February 2011 build (6992) DEBUGGER BRANCH version is out.
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 12 February 2011 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20110212_rev6992_DEBUGGER_BRANCH_win32.7z
- Linux :
none
Important changes compared to previous DEBUGGER BRANCH nightly:
* debugger_branch: applied patch cdb_fixed with the following features:
- grab the PID at launch so that process break / killing works - this allows setting breakpoints while running
- NotifyDebuggeeContinued on Continue so that the cursor doesn't disappear forever after setting breakpoints while running
- slightly improve recognising breakpoint & assert hits
- CDB is executed at the working directory
- CDB launches separate cmd window for console applications
* 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.
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/ .
grf:
Nice work!
I would like to give an error report regarding the interpretation of the preprocessor directives ("#if..."). After enabling this and closing the editor configuration previuos version(s?) of Codeblocks crashed. This version gives an assertion:
File: sdk\wxscintilla\src\scintilla\lexlib\CharacterSet.h
Line: 62
Expression: val >= 0
Codeblocks Build 6992, DEBUGGER BRANCH, Windows XP SP2
As I remember it happens only for one of my projects. For other projects the editor does not crash, but the inactive preprocessor lines are not really greyed out, they are only become normal black characters. It would be fine if this could be configured in the syntax highlighting configuration. I would like to make this really grey... :)
Folco:
Compiling the current svn (7009), I get a bunch of warnings :
--- Quote ---directorymonitor.cpp: In constructor ‘DirMonitorThread::DirMonitorThread(wxEvtHandler*, wxArrayString, bool, bool, int, int)’:
directorymonitor.cpp:102: warning: ignoring return value of ‘int pipe(int*)’, declared with attribute warn_unused_result
directorymonitor.cpp: In constructor ‘DirMonitorThread::DirMonitorThread(wxEvtHandler*, wxArrayString, bool, bool, int, int)’:
directorymonitor.cpp:102: warning: ignoring return value of ‘int pipe(int*)’, declared with attribute warn_unused_result
directorymonitor.cpp: In constructor ‘DirMonitorThread::DirMonitorThread(wxEvtHandler*, wxArrayString, bool, bool, int, int)’:
directorymonitor.cpp:102: warning: ignoring return value of ‘int pipe(int*)’, declared with attribute warn_unused_result
directorymonitor.cpp: In member function ‘virtual void* DirMonitorThread::Entry()’:
directorymonitor.cpp:217: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result
directorymonitor.cpp: In destructor ‘virtual DirMonitorThread::~DirMonitorThread()’:
directorymonitor.cpp:242: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
directorymonitor.cpp: In destructor ‘DirMonitorThread::~DirMonitorThread()’:
directorymonitor.cpp:242: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
directorymonitor.cpp: In destructor ‘virtual DirMonitorThread::~DirMonitorThread()’:
directorymonitor.cpp:242: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
directorymonitor.cpp: In destructor ‘virtual DirMonitorThread::~DirMonitorThread()’:
directorymonitor.cpp:242: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
directorymonitor.cpp: In member function ‘void DirMonitorThread::UpdatePaths(const wxArrayString&)’:
directorymonitor.cpp:262: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
mv -f .deps/directorymonitor.Tpo .deps/directorymonitor.Plo
--- End quote ---
What is going wrong ?
(Kubuntu 10.10 64b)
oBFusCATed:
Folco: not a C::B problem, read the docs for gcc and glibc...
Navigation
[0] Message Index
[#] Next page
Go to full version