Debugging with cgdb -- want to debug only my code
Posted
by rkbang
on Stack Overflow
See other posts from Stack Overflow
or by rkbang
Published on 2010-04-07T18:05:38Z
Indexed on
2010/04/07
19:03 UTC
Read the original article
Hit count: 217
Hello all,
I am using standard template libraries along with boost. I want to debug code using cgdb. But I just want to debug my code while doing next and step in cgdb, like right now it enters the code in other libraries whereas I want it should just return or step into the code which I have coded and wrote down.
Is there any way to make this happen.
© Stack Overflow or respective owner