You are here: AxTools > CodeSMART 2007 for VB6 > Documentation > User's Guide > Code Flow > Overview
While browsing this page, why not start downloading the evaluation setup kit (direct download, no questions asked).

Code Flow Explorer Overview

The Visual Basic code editor doesn't offer any tool that can help you while working inside a method body. Usually, when you work with fairly straight and simple methods it's enough to browse their code inside the code window to grasp a general idea about the code's logic. But trying to understand and navigate inside complex methods, with hundreds of code lines, nested conditional blocks and loops, can become difficult. Due to their size, it is hard to obtain the same general idea of how code really works.

The CodeSMART Code Flow Explorer can ease your task while working inside complex methods. Used in conjunction with the CodeSMART Project Explorer or as a separate tool it can parse your code offering instant access to the internal structure and the logical code blocks contained by particular method.


See Also

Accessing Code Flow Explorer
Using the Code Flow Explorer Tool

Back To Top

Copyright © 2008 AxTools - CodeSMART 2007 for VB6 - Code Flow Explorer