-
c program anlyser
hi,
Iam a c programmer.. i find it difficult to track my programs flow
once the project is built,..
i want a tool which shall graphically show the timing of the
each function and the value of each variable.. i searched but in vain..
can any one please tell me where i can get such tool for free
or evaluation version...
The graphical representation of real time code while its
executing..
Thanks
mahesh
-
Any particular OS/compiler?
On Gnu and SunOS, you can switch on the profiler and run gprof after that for the pretty pictures. Rational also do a tool called quantify which does similar things.
-
You could try out Lexient's Surveyor tool if you're in a Windows Visual Studio environment. That would show you exacly what you're looking for...
-
There is a toolkit available at www.appmind.com, free to use for developers. Using a C API you can add trace messages to your program and view the messages in a Java GUI. It also provides log file handling and stuff, and using trace levels you can leave the traces in release-compiled code and dynamically controll what should really be output. Excellent when you can't reproduce a problem a customer has in an controlled environment.
-
Try this tool, it auto trace you program without programming.
Auto Debug for Windows