VB Watch

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
VB Watch
DeveloperAivosto Oy
Stable release
2.0.10 / August 2007; 18 years ago (2007-08)
Repository
  • {{URL|example.com|optional display text}}Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    Operating systemWindows
    TypeProgramming tools
    LicenseProprietary
    Websitewww.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.

    Profiler

    [edit | edit source]

    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.

    Debugger

    [edit | edit source]

    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.

    [edit | edit source]