|
|
Control Flow Diagrams
Automatically generate Control Flow Diagrams (CFDs) of all possible paths--including evaluation points, branches, and exits--the execution sequence may follow in a program. CFDs follow standard flowchart conventions, using different shapes and colors to represent your program logic.

For large, complex programs, LegacyAid lets you:
- Quickly work your way through nested CFDs.
- Instantly reference corresponding statements in the program's source code.
|