Author Topic: Debugger doesnt halt at any breakpoint  (Read 8925 times)

Offline binnyshah

  • Multiple posting newcomer
  • *
  • Posts: 22
Debugger doesnt halt at any breakpoint
« on: October 22, 2010, 01:13:57 pm »
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....

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Debugger doesnt halt at any breakpoint
« Reply #1 on: October 22, 2010, 01:49:49 pm »
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!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline binnyshah

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: Debugger doesnt halt at any breakpoint
« Reply #2 on: October 25, 2010, 10:28:46 am »
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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Debugger doesnt halt at any breakpoint
« Reply #3 on: October 25, 2010, 10:34:30 am »
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.

Offline binnyshah

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: Debugger doesnt halt at any breakpoint
« Reply #4 on: October 25, 2010, 10:51:34 am »
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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Debugger doesnt halt at any breakpoint
« Reply #5 on: October 25, 2010, 10:57:04 am »
Change "Settings -> Compiler and debugger... -> Global compiler settings -> [the compiler you use] -> Other settings(rightmost tab)" "Compiler logging" to "Full commandline" and post the output of the build log here.

Offline binnyshah

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: Debugger doesnt halt at any breakpoint
« Reply #6 on: October 25, 2010, 11:47:02 am »
I just realised that I was getting the message no rule to build target Debug. But inspite of this exe gets created. I am thoroughly confused now :(

Code
Running project pre-build steps
make
make  all-recursive
make[1]: Entering directory `/home/SONY/vlc'
Making all in po

make[1]: Leaving directory `/home/SONY/vlc'
make package-win32-base
OK.
OK.
cp "./bin/.libs/vlc.exe" "./vlc-1.1.0-rc3/"
cp "./bin/.libs/vlc-cache-gen.exe" "./vlc-1.1.0-rc3/"
cp "./extras/package/win32/vlc.exe.manifest" "./vlc-1.1.0-rc3/"
cp "./extras/package/win32/libvlc.dll.manifest" "./vlc-1.1.0-rc3/"
cp "./src/.libs/libvlccore.dll" "./vlc-1.1.0-rc3/"
cp "./src/.libs/libvlc.dll" "./vlc-1.1.0-rc3/"
for file in AUTHORS THANKS ; \
  do sed 's/@/_AT_/' < "./$file" > "./vlc-1.1.0-rc3/${file}.txt" ; done;
for file in NEWS COPYING README; \
  do cp "./$file" "./vlc-1.1.0-rc3/${file}.txt"; done
unix2dos: converting file ./vlc-1.1.0-rc3/AUTHORS.txt to DOS format ...
unix2dos: can not write to output file
unix2dos: problems converting file ./vlc-1.1.0-rc3/AUTHORS.txt
unix2dos "./vlc-1.1.0-rc3/"*.txt || echo "WARNING: this shouldn't happen"
WARNING: this shouldn't happen
cp ./share/vlc.ico ./vlc-1.1.0-rc3/
mkdir -p ./vlc-1.1.0-rc3/locale
cat ./po/LINGUAS | while read i; do \
  mkdir -p "./vlc-1.1.0-rc3/locale/${i}/LC_MESSAGES" ; \
  cp "./po/${i}.gmo" \
    "./vlc-1.1.0-rc3/locale/${i}/LC_MESSAGES/vlc.mo" || true ; \
done
mkdir -p ./vlc-1.1.0-rc3/locale/qt4/
cp C:/msys/1.0/win32/share/qt4/translations//*.qm ./vlc-1.1.0-rc3/locale/qt4/ || true
cp: cannot stat `C:/msys/1.0/win32/share/qt4/translations//*.qm': No such file or directory
mkdir -p "./vlc-1.1.0-rc3/mozilla"
cp ./projects/mozilla/.libs/npvlc.dll ./vlc-1.1.0-rc3/mozilla/
cp ./projects/mozilla/npvlc.dll.manifest ./vlc-1.1.0-rc3/mozilla/
mkdir -p "./vlc-1.1.0-rc3/activex"
cp ./projects/activex/README.TXT  ./vlc-1.1.0-rc3/activex/
cp ./projects/activex/test.html  ./vlc-1.1.0-rc3/activex/
unix2dos ./vlc-1.1.0-rc3/activex/*
unix2dos: converting file ./vlc-1.1.0-rc3/activex/README.TXT to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/activex/test.html to DOS format ...
cp ./projects/activex/.libs/axvlc.dll ./vlc-1.1.0-rc3/activex/
cp ./projects/activex/axvlc.dll.manifest ./vlc-1.1.0-rc3/activex/
if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
find ./vlc-1.1.0-rc3 -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
fi

unix2dos: converting file ./vlc-1.1.0-rc3/lua/README.txt to DOS format ...
unix2dos ./vlc-1.1.0-rc3/lua/README.txt
unix2dos: converting file ./vlc-1.1.0-rc3/lua/extensions/README.txt to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/lua/intf/README.txt to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/lua/meta/art/README.txt to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/lua/meta/fetcher/README.txt to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/lua/meta/reader/README.txt to DOS format ...
unix2dos ./vlc-1.1.0-rc3/lua/extensions/README.txt
unix2dos: converting file ./vlc-1.1.0-rc3/lua/playlist/README.txt to DOS format ...
unix2dos ./vlc-1.1.0-rc3/lua/intf/README.txt
unix2dos: converting file ./vlc-1.1.0-rc3/lua/sd/README.txt to DOS format ...
unix2dos ./vlc-1.1.0-rc3/lua/meta/art/README.txt
unix2dos ./vlc-1.1.0-rc3/lua/meta/fetcher/README.txt
unix2dos ./vlc-1.1.0-rc3/lua/meta/reader/README.txt
unix2dos ./vlc-1.1.0-rc3/lua/playlist/README.txt
unix2dos ./vlc-1.1.0-rc3/lua/sd/README.txt
mkdir -p "./vlc-1.1.0-rc3/http/images"
mkdir -p "./vlc-1.1.0-rc3/http/requests"
mkdir -p "./vlc-1.1.0-rc3/http/js"
mkdir -p "./vlc-1.1.0-rc3/http/dialogs"
cp ./share/http/*.html ./vlc-1.1.0-rc3/http/
unix2dos ./vlc-1.1.0-rc3/http/*.html
unix2dos: converting file ./vlc-1.1.0-rc3/http/flash.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/index.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/mosaic.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/vlm.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/vlm_export.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/.hosts to DOS format ...
cp ./share/http/.hosts ./vlc-1.1.0-rc3/http/
unix2dos ./vlc-1.1.0-rc3/http/.hosts
cp ./share/http/*.css ./vlc-1.1.0-rc3/http/
unix2dos ./vlc-1.1.0-rc3/http/*.css
unix2dos: converting file ./vlc-1.1.0-rc3/http/iehacks.css to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/style.css to DOS format ...
cp ./share/http/js/*.js ./vlc-1.1.0-rc3/http/js/
unix2dos ./vlc-1.1.0-rc3/http/js/*.js
unix2dos: converting file ./vlc-1.1.0-rc3/http/js/functions.js to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/js/mosaic.js to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/js/vlm.js to DOS format ...
cp ./share/http/dialogs/* ./vlc-1.1.0-rc3/http/dialogs/
unix2dos ./vlc-1.1.0-rc3/http/dialogs/*
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/browse to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/footer to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/input to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/main to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/mosaic to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/playlist to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/sout to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/vlm to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/.hosts to DOS format ...
cp ./share/http/dialogs/.hosts ./vlc-1.1.0-rc3/http/dialogs/
unix2dos ./vlc-1.1.0-rc3/http/dialogs/.hosts
cp ./share/http/*.ico ./vlc-1.1.0-rc3/http/
cp ./share/http/images/*.png ./vlc-1.1.0-rc3/http/images/
cp ./share/http/requests/*.xml ./vlc-1.1.0-rc3/http/requests/
unix2dos ./vlc-1.1.0-rc3/http/requests/*.xml
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/browse.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/playlist.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/status.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/vlm.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/vlm_cmd.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/readme.txt to DOS format ...
cp ./share/http/requests/readme ./vlc-1.1.0-rc3/http/requests/readme.txt
unix2dos ./vlc-1.1.0-rc3/http/requests/readme.txt
mkdir -p ./vlc-1.1.0-rc3/skins/fonts
for i in ./share/skins2/fonts/*.*; do \
  cp -- "$i" ./vlc-1.1.0-rc3/skins/fonts/ || true ; \
done
for i in ./share/skins2/*.*; do \
  cp -- "$i" ./vlc-1.1.0-rc3/skins/ || true ; \
done
cp -- ./share/skins2/skin.catalog ./vlc-1.1.0-rc3/skins/ || true ;
cp -- ./share/skins2/skin.dtd ./vlc-1.1.0-rc3/skins/ || true ;
mkdir -p "./vlc-1.1.0-rc3/osdmenu"
cp ./share/osdmenu/*.* "./vlc-1.1.0-rc3/osdmenu"
for dir in default default/selected default/selection default/volume ;do \
mkdir -p "./vlc-1.1.0-rc3/osdmenu/$dir"; \
for file in ./share/osdmenu/${dir}/*.png;do \
cp -- "$file" "./vlc-1.1.0-rc3/osdmenu/$dir"; \
done; \
done
unix2dos: converting file ./vlc-1.1.0-rc3/osdmenu/default.cfg to DOS format ...
unix2dos ./vlc-1.1.0-rc3/osdmenu/*.cfg;
for file in ./vlc-1.1.0-rc3/osdmenu/*.cfg; do \
sed 's%share/osdmenu%osdmenu%g' "$file" > "$file.tmp" || exit $? ; \
sed 's%/%\\%g' "$file.tmp" > "$file" || exit$? ; \
rm -f -- "$file.tmp"; \
done
mkdir -p "./vlc-1.1.0-rc3/sdk.tmp"
mkdir -p "./vlc-1.1.0-rc3/sdk"
d=$(pwd) && \
cd src && \
make install DESTDIR="$d/vlc-1.1.0-rc3/sdk.tmp"
make[1]: Entering directory `/home/SONY/vlc/src'
/bin/sh: git: command not found
  GEN    stamp-revision
make  install-recursive
make[2]: Entering directory `/home/SONY/vlc/src'
Making install in .
make[3]: Entering directory `/home/SONY/vlc/src'
make[4]: Entering directory `/home/SONY/vlc/src'
test -z "/usr/local/lib" || /bin/mkdir -p "/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib"
 /bin/sh ../libtool   --mode=install /bin/install -c   libvlccore.la libvlc.la '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib'
libtool: install: /bin/install -c .libs/libvlccore.dll.a /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/libvlccore.dll.a
libtool: install: base_file=`basename libvlccore.la`
libtool: install:  dlpath=`/bin/sh 2>&1 -c '. .libs/'libvlccore.la'i; echo libvlccore.dll'`
libtool: install:  dldir=/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/`dirname ../bin/libvlccore.dll`
libtool: install:  test -d /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin || mkdir -p /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin
libtool: install:  /bin/install -c .libs/libvlccore.dll /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlccore.dll
libtool: install:  chmod a+x /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlccore.dll
libtool: install:  if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlccore.dll' || exit 0; fi
libtool: install: /bin/install -c .libs/libvlccore.lai /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/libvlccore.la
libtool: install: /bin/install -c .libs/libvlc.dll.a /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/libvlc.dll.a
libtool: install: base_file=`basename libvlc.la`
libtool: install:  dlpath=`/bin/sh 2>&1 -c '. .libs/'libvlc.la'i; echo libvlc.dll'`
libtool: install:  dldir=/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/`dirname ../bin/libvlc.dll`
libtool: install:  test -d /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin || mkdir -p /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin
libtool: install:  /bin/install -c .libs/libvlc.dll /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlc.dll
libtool: install:  chmod a+x /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlc.dll
libtool: install:  if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlc.dll' || exit 0; fi
libtool: install: /bin/install -c .libs/libvlc.lai /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/libvlc.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/pkgconfig"
 /bin/install -c -m 644 libvlc.pc vlc-plugin.pc '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/pkgconfig'
test -z "/usr/local/include/vlc" || /bin/mkdir -p "/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc"
 /bin/install -c -m 644 ../include/vlc/vlc.h ../include/vlc/deprecated.h ../include/vlc/libvlc.h ../include/vlc/libvlc_events.h ../include/vlc/libvlc_media.h ../include/vlc/libvlc_media_discoverer.h ../include/vlc/libvlc_media_library.h ../include/vlc/libvlc_media_list.h ../include/vlc/libvlc_media_list_player.h ../include/vlc/libvlc_media_player.h ../include/vlc/libvlc_structures.h ../include/vlc/libvlc_vlm.h '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc'
test -z "/usr/local/include/vlc/plugins" || /bin/mkdir -p "/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc/plugins"
 /bin/install -c -m 644 ../include/vlc_access.h ../include/vlc_acl.h ../include/vlc_aout.h ../include/vlc_aout_mixer.h ../include/vlc_arrays.h ../include/vlc_art_finder.h ../include/vlc_avcodec.h ../include/vlc_bits.h ../include/vlc_block.h ../include/vlc_block_helper.h ../include/vlc_charset.h ../include/vlc_codec.h ../include/vlc_common.h ../include/vlc_config.h ../include/vlc_config_cat.h ../include/vlc_configuration.h ../include/vlc_cpu.h ../include/vlc_dialog.h ../include/vlc_demux.h ../include/vlc_epg.h ../include/vlc_es.h ../include/vlc_es_out.h ../include/vlc_events.h ../include/vlc_filter.h ../include/vlc_fourcc.h ../include/vlc_fs.h ../include/vlc_gcrypt.h ../include/vlc_http.h ../include/vlc_httpd.h ../include/vlc_image.h ../include/vlc_inhibit.h ../include/vlc_input.h ../include/vlc_input_item.h ../include/vlc_main.h ../include/vlc_md5.h ../include/vlc_messages.h ../include/vlc_meta.h ../include/vlc_modules.h ../include/vlc_mouse.h ../include/vlc_mtime.h '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc/plugins'
 /bin/install -c -m 644 ../include/vlc_objects.h ../include/vlc_picture.h ../include/vlc_picture_fifo.h ../include/vlc_picture_pool.h ../include/vlc_playlist.h ../include/vlc_plugin.h ../include/vlc_probe.h ../include/vlc_rand.h ../include/vlc_services_discovery.h ../include/vlc_sql.h ../include/vlc_sout.h ../include/vlc_stream.h ../include/vlc_strings.h ../include/vlc_subpicture.h ../include/vlc_threads.h ../include/vlc_url.h ../include/vlc_variables.h ../include/vlc_vlm.h ../include/vlc_video_splitter.h ../include/vlc_vout.h ../include/vlc_vout_display.h ../include/vlc_vout_opengl.h ../include/vlc_vout_window.h ../include/vlc_xml.h ../include/vlc_xlib.h '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc/plugins'
make[4]: Leaving directory `/home/SONY/vlc/src'
make[3]: Leaving directory `/home/SONY/vlc/src'
Making install in test
make[3]: Entering directory `/home/SONY/vlc/src/test'
make[4]: Entering directory `/home/SONY/vlc/src/test'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/SONY/vlc/src/test'
make[3]: Leaving directory `/home/SONY/vlc/src/test'
make[2]: Leaving directory `/home/SONY/vlc/src'
make[1]: Leaving directory `/home/SONY/vlc/src'
cd vlc-1.1.0-rc3 && mv sdk.tmp//usr/local/* sdk/
find vlc-1.1.0-rc3/sdk.tmp -type d | sort -r | xargs rmdir
rm -Rf vlc-1.1.0-rc3/sdk/bin
for i in "" ./vlc-1.1.0-rc3/*.dll \
            ./vlc-1.1.0-rc3/*.exe \
            ./vlc-1.1.0-rc3/activex/*.dll \
            ./vlc-1.1.0-rc3/mozilla/*.dll \
            ./vlc-1.1.0-rc3/plugins/*.dll \
; do \
  if test -n "$i" ; then \
    objcopy --only-keep-debug "$i" "$i.dbg"; \
    objcopy --strip-all "$i" ; \
    objcopy --add-gnu-debuglink="$i.dbg" "$i" ; \
    mv "$i.dbg" "./symbols-1.1.0-rc3"; \
  fi ; \
done

-------------- Build: Debug in VLC_Prj_CB1 ---------------

Running command: mingw32-make.exe -f Makefile Debug
mingw32-make.exe: *** No rule to make target `Debug'.  Stop.
Process terminated with status 2 (5 minutes, 34 seconds)
0 errors, 1 warnings
 
« Last Edit: October 25, 2010, 11:49:09 am by binnyshah »

Rossano

  • Guest
Re: Debugger doesnt halt at any breakpoint
« Reply #7 on: January 12, 2011, 05:45:02 pm »
Excuse me binnyshah, but I'd wish to know if you've solved the problem or not.
Actually I have the same problem that you reported in October, but i'm not able to solve it.

Did you solve the problem or it still remain ?

Regards
Rossano