Mapping a large code
Hi
Are there any tools in cross-studio that can help me map out a large project with several functions?
By mapping i mean overall structure
function1-->function2---->function3--- and so on
function 2 may call functions 2a,2b,2c and change the values of some global variables.
Are there any tools which can simplify this task? Or is using a debugger and typing next the only way?
Thanks
Srinath
-
If you are looking for a tool to use on an existing project for software maintenance, take a look at Crystal Flow. I've used it to map out legacy code, to get an understanding of how it all fits together.
Of course, its usefulness depends somewhat on how well the original code was structured. A mess of ad-hoc spaghetti code looks like what it is.
There is a trial version available for download, along with the product manuals. http://www.sgvsarc.com/default.htm
Please sign in to leave a comment.
Comments
3 comments