Best tool to understand source

Posted by cache on Ask Ubuntu See other posts from Ask Ubuntu or by cache
Published on 2014-06-12T09:20:30Z Indexed on 2014/06/12 9:40 UTC
Read the original article Hit count: 221

Filed under:
|
|
|

I have a source code for a project. I am working on porting it to another device as the current source code is for a linux environment. I am having some error on the newly ported code. So i was thinking it would be best to once again understand the whole source code and this will help me localise the errors. Now the problem is that i tried using 'gdb' for linux to debug the code but it does not help. So is there any tool that I can use to trace the program line by line ? By doing so i can understand the program flow.

Please Help !

© Ask Ubuntu or respective owner

Related posts about 14.04

Related posts about debugging