Does it work from the command line (directly using gdb with its cli)?
what do you mean?
and here is the debug log
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: D:\Programming\C++\XO (Robot and Server)\XOServer1.2\XOServer\
Adding source dir: D:\Programming\C++\XO (Robot and Server)\XOServer1.2\XOServer\
Adding file: bin\Debug\XOServer.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 6.8
Child process PID: 2744
and i uploaded my project:
http://rapidshare.com/files/437074197/XOServer1.2.rar
sorry: here is correct one
PATH=.;C:\Program Files (x86)\CodeBlocks\MinGW\bin;C:\Program Files (x86)\ATI Stream\bin\x86_64;C:\Program Files (x86)\ATI Stream\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem\
Command-line: C:\Program Files (x86)\CodeBlocks\MinGW\bin\gdb.exe -nx -fullname -quiet -args bin/Debug/XOServer.exe
Working dir : D:\Programming\C++\XO (Robot and Server)\XOServer1.2\XOServer\
> set prompt >>>>>>cb_gdb:
(gdb) >>>>>>cb_gdb:
> show version
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32".
>>>>>>cb_gdb:
> set confirm off
>>>>>>cb_gdb:
> set width 0
>>>>>>cb_gdb:
> set height 0
>>>>>>cb_gdb:
> set breakpoint pending on
>>>>>>cb_gdb:
> set print asm-demangle on
>>>>>>cb_gdb:
> set unwindonsignal on
>>>>>>cb_gdb:
> set debugevents on
>>>>>>cb_gdb:
> set new-console on
>>>>>>cb_gdb:
> set disassembly-flavor att
>>>>>>cb_gdb:
> catch throw
Catchpoint 1 (throw)
>>>>>>cb_gdb:
> source C:\Program Files (x86)\CodeBlocks\share\codeblocks/scripts/stl-views-1.0.3.gdb
>>>>>>cb_gdb:
> directory D:/PROGRA~1/C__~1/XO(ROB~1/XOSERV~1.2/XOServer/
>>>>>>cb_gdb:
> break "D:/Programming/C++/XO (Robot and Server)/XOServer1.2/XOServer/main.cpp:242"
Function "D:/Programming/C++/XO (Robot and Server)" not defined in loaded symbols.
Breakpoint 2 ("D:/Programming/C++/XO (Robot and Server)/XOServer1.2/XOServer/main.cpp:242) pending.
>>>>>>cb_gdb:
> run
gdb: win32_init_thread_list
[New thread 6128.0x1980]
Error: dll starting at 0x77360000 not found.
Error: dll starting at 0x75440000 not found.
Error: dll starting at 0x77360000 not found.
Error: dll starting at 0x77260000 not found.
[New thread 6128.0x124c]
Program exited with code 030000000472.
>>>>>>cb_gdb:
> set debugevents off
>>>>>>cb_gdb:
> quit