User forums > Nightly builds
The 20 July 2011 build (7289) DEBUGGER BRANCH version is out.
Manolo:
Hello
I'm using XP, Mingw and GDB 7.2
I can't set breakpoints with the mouse right button.
But it's due the file I'm debugging has the same name as one of wxWidgets 292.
If I pause the debugger, and send a command (break myfile.cpp:xxx) it works.
I found that C:B sends the command with slashes and quotation marks: break "D:/dir1/dir2/myfile.cpp:xxx"
while the command I send is showed with backslashes and no marks: break D:\dir1\dir2\myfile.cpp:xxx
Regards
Manolo
mushakk:
Posted by: oBFusCATed
--- Quote ---Are you sure you've installed it correctly?
--- End quote ---
...?
Posted by: oBFusCATed
--- Quote ---What about the normal nightly?
--- End quote ---
Install 10.05 + uncompress this version + wxWidget.dll + mingw10m.dll
oBFusCATed:
mushakk:
1. If you are getting random crashes, this means (99%) that you are mixing files from different versions. In the first post you can find information what is the correct way to install a nightly, please re-read it.
2. 10.05 is not a nightly, nor the normal nightly.
mushakk:
Posted by: oBFusCATed
--- Quote ---1. If you are getting random crashes, this means (99%) that you are mixing files from different versions. In the first post you can find information what is the correct way to install a nightly, please re-read it.
--- End quote ---
Is this one? http://forums.codeblocks.org/index.php/topic,3232.0.html
I can't see nothing strange...
I'm using GCC 4.5.2 (tdm-1) in a separate directory, GDB 7.2 and I always get the last version of mingwm10.dll and wxmsw28u_gcc_cb.dll. Furthermore I get CB nightly ~'every month' overwriting older versions in this way (including the DLLs):
Normally I have several CB versions in different directories:
- The last official version 10.05 'original'
- The last nightly that worked well for me 'working'
- The last new to test it 'last'
To test the last new version first I duplicate the 'working' copy and overwrite it with the last nightly and DLLs, if not work I try again with the 'original' version and if it not work I say it here for you to know it.
If it works I rename 'working' to 'working_version' and 'last' to 'working'.
oBFusCATed:
Please don't duplicate, but use an empty directory. The nightly is self contained (you need only wxwidgets and mingw in addition to the nightly archive).
If we remove some files from the nightly (recently I've moved some resource files around) the old ones would be left and they can cause problems.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version