..I put a breakpoint in my sourcecode, it doesn't manage to stop on that line...
this happens (unfortunately) very often when using gdb
Any advice ?
one technique which works sometimes is to set a breakpoint in the dllhelper and start debugging.
when gdb breaks in the dllhelper, the go to the source file of the dll and set the breakpoint there
and continue debugging.
or you can compile "a HARD breakpoint" into you code
attached is a sample project rename it to "debug_dlls.zip",
its an ordinary zip file, but the forum software
doesn't allow to post *.zip's therefore its renambed to *.txt
open "debug_dlls.workspace" and do Compile->Rebuild All Projects
and then start a debugging session "F8"
[attachment deleted by admin]