VB Watch

VB Watch consists of three tools for Visual Basic 6.0: Profiler, Protector and Debugger.

VB Watch Profiler measures the speed of a running Visual Basic program.

This information can be used in code optimization to detect bottleneck procedures and lines.

VB Watch Debugger monitors what happens inside a running Visual Basic program or library.

It displays the call stack, execution trace, global variables and the number of live objects.