Building to ensure sources are up-to-date
Selecting target:
Debug
Adding source dir: C:\CPP_Programs\projects\general_game_setup\
Adding source dir: C:\CPP_Programs\projects\general_game_setup\
Adding file: C:\CPP_Programs\projects\general_game_setup\bin\Debug\general game setup.exe
Changing directory to: C:/CPP_Programs/projects/general_game_setup/.
[debug]Command-line: C:\Program Files (x86)\CodeBlocks\MINGW\bin\gdb.exe -nx -fullname -quiet -args C:/CPP_PR~1/projects/GENERA~1/bin/Debug/GENERA~2.EXE
[debug]Working dir : C:\CPP_Programs\projects\general_game_setup
Starting debugger: C:\Program Files (x86)\CodeBlocks\MINGW\bin\gdb.exe -nx -fullname -quiet -args C:/CPP_PR~1/projects/GENERA~1/bin/Debug/GENERA~2.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:\CPP_PR~1\projects\GENERA~1\bin\Debug\GENERA~2.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]> catch throw
[debug]Catchpoint 1 (throw)
[debug]>>>>>>cb_gdb:
[debug]> source C:\Program Files (x86)\CodeBlocks\share\codeblocks/scripts/stl-views-1.0.3.gdb
[debug]>>>>>>cb_gdb:
[debug]> directory C:/CPP_Programs/projects/general_game_setup/
[debug]Source directories searched: C:/CPP_Programs/projects/general_game_setup;$cdir;$cwd
[debug]>>>>>>cb_gdb:
[debug]> run
[debug]Starting program: C:\CPP_PR~1\projects\GENERA~1\bin\Debug\GENERA~2.EXE
[debug]Error creating process C:\CPP_PR~1\projects\GENERA~1\bin\Debug\GENERA~2.EXE, (error 740).
[debug]>>>>>>cb_gdb:
Error creating process C:\CPP_PR~1\projects\GENERA~1\bin\Debug\GENERA~2.EXE, (error 740).
[debug]> quit
Debugger finished with status 0