Monday, November 17, 2008

Debugging test program

Well now its time for debugging the test program.
GDB is command line debugger but there are lot of recommendations for DDD on internet.

Its quite easy to use DDD.

Launch DDD and open binary test program. If you have lauched DDD from test folder then DDD will pick test.cpp as source for test binary so no need to load source file explicitly.

DDD UI is not actually good . I was able to step thorough the code . I will keep on posting of new findings about DDD.

No comments: