I am running in a little bit of a trouble with boost threads ... I am using gdb with code::blocks and everytime I set a breakpoint in the thread code it breaks in the boost thread.hpp file, more exactly in this function (that probably launches the thread)
namespace boost namespace detail class thread_data: void run() { f(); }
If I do a step, for a fraction of the second I see the line indicating arrow in the right place, then it's gone. ALSO the call stack shows to the previous specified function
ty for your help