User forums > Help

Debugger deadlock at breakpoint

<< < (2/2)

Hellhound:
Boost 1.43 was build as library by me and added to MinGW root. I could build and run anything with MSYS and MingW also by Codeblocks,
only debugging fails.

oBFusCATed:
1. Some boost parts are header only, so the symbols are in the your application
2. Moving a library after it was build will render the symbol paths invalid (I think)

Does setting breakpoints in you application work?

Hellhound:
Issues solved, GDB is working fine now. Regarding your hints to the boost library i've updated boost to new version 1.45 and replace
all dependencies in MinGW. Now everything is working fine! Thanks for your help :D

Jenna:

--- Quote from: Hellhound on December 17, 2010, 04:37:38 pm ---Boost 1.43 was build as library by me and added to MinGW root. I could build and run anything with MSYS and MingW also by Codeblocks,
only debugging fails.

--- End quote ---

Did you try to explicitely set the boost-sources root-directory in "Settings -> Compiler and debugger... -> Debugger settings -> Debugger initialization commands" with "directory [/path/to/the/sources]" ?

EDIT:
too late.

Navigation

[0] Message Index

[*] Previous page

Go to full version