Code Analyzer
The Code Analyzer reverse engineers existing applications and generates diagrams to provide an overview of the application.
The sequence diagram displays the flow of your application logic. It shows how the functions of the application call and/or are called by other functions.
The dependency diagram displays the relationships between the various pieces of a project. It shows the components that depend on other components, or have components that depend on them.
See Code Analyzer for more details.