VB Watch
From Wikipedia, the free encyclopedia
VB Watch | |
---|---|
Developed by | Aivosto Oy |
Latest release | 2 / July 2003 |
OS | Windows |
Genre | Programming tools |
License | Proprietary |
Website | www.aivosto.com |
VB Watch is a Visual Basic programming utility. VB Watch consists of three tools for Visual Basic 6.0: Profiler, Protector and Debugger.
Contents |
[edit] Profiler
VB Watch Profiler measures the speed of a running Visual Basic program. It displays the time spent in each procedure and/or a line of code. This information can be used in code optimization to detect bottleneck procedures and lines. The Profiler can also be used to measure code coverage during software testing.
[edit] Protector
VB Watch Protector adds error handling routines to a Visual Basic application. When a run-time error occurs in the processed VB application, the application builds a detailed crash report. The user can send the report to the developer to analyze and reproduce the problem. Error reports can include error description and line where error occurred, parameter and variable values, call stack, screenshot, run-time library versions and execution trace.
[edit] Debugger
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. The Debugger also allows one to add breakpoints in executable files.