User forums > Using Code::Blocks

Debugger doesnt halt at any breakpoint

(1/2) > >>

binnyshah:
Hi All,
      I have been using CodeBlocks since past few months...but suddenly the debugger has stopped halting at any of the breakpoints. It used to work perfectly fine earlier. Please guide....

oBFusCATed:
We have magic balls and we can fix problems on your computer without knowing anything about it!
System info, please...

If you can provide the debugger's debug log (not the normal one) it will be easier...

p.s. use code tags for large pastes!

binnyshah:
I am working on Windows 7,Code Blocks version is 10.05.
The debugger log(from both the tabs put together ) is as below:


PATH=.;C:\MinGW\bin;C:\msys\1.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\
Command-line: C:\MinGW\bin\gdb.exe -nx -fullname  -quiet -args ../../msys/1.0/home/SONY/vlc/vlc-1.1.0-rc3/vlc.exe
Working dir : C:\BinnyWorkVLC\VLC_Prj_CB1\
> set prompt >>>>>>cb_gdb:
(no debugging symbols found)
(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
Function "__cxa_throw" not defined in loaded symbols.
>>>>>>cb_gdb:
> source C:\Program Files (x86)\CodeBlocks\share\codeblocks/scripts/stl-views-1.0.3.gdb
>>>>>>cb_gdb:
> directory C:/BinnyWorkVLC/VLC_Prj_CB1/
>>>>>>cb_gdb:
> directory C:/
>>>>>>cb_gdb:
> break "C:/msys/1.0/home/SONY/vlc/modules/gui/qt4/menus.cpp:292"
No source file named C:/msys/1.0/home/SONY/vlc/modules/gui/qt4/menus.cpp in loaded symbols.
Breakpoint 1 ("C:/msys/1.0/home/SONY/vlc/modules/gui/qt4/menus.cpp:292) pending.
>>>>>>cb_gdb:
> break "C:/msys/1.0/home/SONY/vlc/modules/gui/qt4/menus.cpp:296"
No source file named C:/msys/1.0/home/SONY/vlc/modules/gui/qt4/menus.cpp in loaded symbols.
Breakpoint 2 ("C:/msys/1.0/home/SONY/vlc/modules/gui/qt4/menus.cpp:296) pending.
>>>>>>cb_gdb:
> run
gdb: win32_init_thread_list
[New thread 6808.0x1998]
(no debugging symbols found)
warning: Lowest section in C:\Windows\syswow64\normaliz.dll is .text at 00401000
[New thread 6808.0x1a08]
Program exited normally.
>>>>>>cb_gdb:
> set debugevents off
>>>>>>cb_gdb:
> quit


Selecting target:
Debug
Adding source dir: C:\BinnyWorkVLC\VLC_Prj_CB1\
Adding source dir: C:\
Adding file: ..\..\msys\1.0\home\SONY\vlc\vlc-1.1.0-rc3\vlc.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
(no debugging symbols found)
Debugger name and version: GNU gdb 6.8
Child process PID: 6808
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

(no debugging symbols found)
Program exited normally.
Debugger finished with status 0

Jenna:
It looks like your app does not have any symbols included.
Are you sure you have created a debugging version.

And:
Please use code-tags to post the contents of logs etc., that enhances the readability a lot.

binnyshah:
Yes I beleive so because I have started facing this problem only since past few days. The debugger worked perfectly fine earlier. IK dont know what have I changed to cause this.

Navigation

[0] Message Index

[#] Next page

Go to full version