User forums > Nightly builds
The 12.11 RC1 (11 November 2012 build 8549) is out.
oBFusCATed:
and4cb: Please provide the full debug log (you have to enable it in the options).
When there is such problem you can kill gdb then you can use C::B again.
killerbot:
--- Quote from: davidr on November 13, 2012, 08:36:37 am ---Codeblocks for raspberrypi and raspbian could be found here: https://code.google.com/p/codeblocks-on-raspberrypi/downloads/list
Compiled and uploaded from a raspberrypi.
Regards
David
--- End quote ---
still waiting on my PI, but this contribution will be one of the first to install :-)
and4cb:
oBFusCATed: Thank you for responding to my question. I am really new to C::B, so I am grateful for your expert help.
--- Quote from: oBFusCATed on November 13, 2012, 09:51:41 am ---and4cb: Please provide the full debug log (you have to enable it in the options).
--- End quote ---
I do have the "Full (debug) log" option enabled, but I am not sure where to find the debug log after I have run my program. Please let me know what the naming convention should be on the debug log so that I can search for it on my computer.
I copied the text from the Debugger window and pasted it here (hope this helps):
--- Code: ---Building to ensure sources are up-to-date
Selecting target:
Debug
Adding source dir: C:\Code\test4\
Adding source dir: C:\Code\test4\
Adding file: C:\Code\test4\bin\Debug\test4.exe
Changing directory to: C:/Code/test4/.
Set variable: PATH=.;C:\MinGW32\bin;C:\MinGW32;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared;C:\Program Files (x86)\Common Files\DivX Shared;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn;C:\Program Files (x86)\QuickTime\QTSystem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Windows Live\Shared
[debug]Command-line: C:\MinGW32\bin\gdb.exe -nx -fullname -quiet -args C:/Code/test4/bin/Debug/test4.exe
[debug]Working dir : C:\Code\test4
Starting debugger: C:\MinGW32\bin\gdb.exe -nx -fullname -quiet -args C:/Code/test4/bin/Debug/test4.exe
done
[debug]> set prompt >>>>>>cb_gdb:
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
[debug]Reading symbols from C:\Code\test4\bin\Debug\test4.exe...done.
[debug](gdb) >>>>>>cb_gdb:
[debug]> show version
[debug]GNU gdb (GDB) 7.5
[debug]Copyright (C) 2012 Free Software Foundation, Inc.
[debug]License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[debug]This is free software: you are free to change and redistribute it.
[debug]There is NO WARRANTY, to the extent permitted by law. Type "show copying"
[debug]and "show warranty" for details.
[debug]This GDB was configured as "i686-pc-mingw32".
[debug]For bug reporting instructions, please see:
[debug]<http://www.gnu.org/software/gdb/bugs/>.
[debug]>>>>>>cb_gdb:
[debug]> set confirm off
Debugger name and version: GNU gdb (GDB) 7.5
[debug]>>>>>>cb_gdb:
[debug]> set width 0
[debug]>>>>>>cb_gdb:
[debug]> set height 0
[debug]>>>>>>cb_gdb:
[debug]> set breakpoint pending on
[debug]>>>>>>cb_gdb:
[debug]> set print asm-demangle on
[debug]>>>>>>cb_gdb:
[debug]> set unwindonsignal on
[debug]>>>>>>cb_gdb:
[debug]> set print elements 0
[debug]>>>>>>cb_gdb:
[debug]> set new-console on
[debug]>>>>>>cb_gdb:
[debug]> set disassembly-flavor att
[debug]>>>>>>cb_gdb:
[debug]> source C:\cb20121112\share\codeblocks/scripts/stl-views-1.0.3.gdb
[debug]>>>>>>cb_gdb:
[debug]> directory C:/Code/test4/
[debug]Source directories searched: C:/Code/test4;$cdir;$cwd
[debug]>>>>>>cb_gdb:
[debug]> tbreak "C:/Code/test4/main.c:232"
[debug]Temporary breakpoint 1 at 0x402783: file C:\Code\test4\main.c, line 232.
[debug]>>>>>>cb_gdb:
[debug]> run
[debug]Starting program: C:\Code\test4\bin\Debug\test4.exe
Child process PID: 4652
[debug][New Thread 4652.0xc68]
[debug]Temporary breakpoint 1, main () at C:\Code\test4\main.c:232
[debug]C:\Code\test4\main.c:232:11126:beg:0x402783
[debug]>>>>>>cb_gdb:
At C:\Code\test4\main.c:232
[debug]> bt 30
[debug]#0 main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> step
[debug]Initialize () at C:\Code\test4\Initial.c:52
[debug]C:\Code\test4\Initial.c:52:4041:beg:0x402052
[debug]>>>>>>cb_gdb:
At C:\Code\test4\Initial.c:52
[debug]> bt 30
[debug]#0 Initialize () at C:\Code\test4\Initial.c:52
[debug]#1 0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> next
[debug]C:\Code\test4\Initial.c:56:4630:beg:0x402059
[debug]>>>>>>cb_gdb:
At C:\Code\test4\Initial.c:56
[debug]> bt 30
[debug]#0 Initialize () at C:\Code\test4\Initial.c:56
[debug]#1 0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> next
[debug]C:\Code\test4\Initial.c:58:4770:beg:0x402063
[debug]>>>>>>cb_gdb:
At C:\Code\test4\Initial.c:58
[debug]> bt 30
[debug]#0 Initialize () at C:\Code\test4\Initial.c:58
[debug]#1 0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> next
[debug]C:\Code\test4\Initial.c:59:4924:beg:0x40206f
[debug]>>>>>>cb_gdb:
At C:\Code\test4\Initial.c:59
[debug]> bt 30
[debug]#0 Initialize () at C:\Code\test4\Initial.c:59
[debug]#1 0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> next
[debug]C:\Code\test4\Initial.c:62:5185:beg:0x40207b
[debug]>>>>>>cb_gdb:
At C:\Code\test4\Initial.c:62
[debug]> bt 30
[debug]#0 Initialize () at C:\Code\test4\Initial.c:62
[debug]#1 0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> step
[debug]InitializeDate (theDate=0x408150) at C:\Code\test4\dates.c:403
[debug]>>>>>>cb_gdb:
Trying to pause the running process...
Trying to pause the running process...
Trying to pause the running process...
--- End code ---
--- Quote from: oBFusCATed on November 13, 2012, 09:51:41 am ---When there is such problem you can kill gdb then you can use C::B again.
--- End quote ---
Please let me know how to "kill gdb" when the "Stop Debugger" button does not work, and the Command box in the Debugger window will no longer accept commands?
Thank you again for helping me.
oBFusCATed:
Please edit you post and wrap the log in [ code ] tags, so it is more readable.
For killing use your favourite OS tool, which can do killing (taskmanager for example).
Can you reproduce this problem on a simple example project?
Martin K.:
Hi,
Will the release build an optimized build? I have tried to compile Code::Blocks with -O2 -flto and it seems to run more smoothly as the normal "debug" build.
And some other point: Is it planned to use other compilers for the build of Code::Blocks? For example MSVC2010 on windows. This compiler ist much faster as gcc on windows.
Martin
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version