VB Watch

Programming utility


title: "VB Watch" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["debuggers", "profilers", "software-testing-tools", "programming-tools-for-windows"] description: "Programming utility" topic_path: "technology/software-engineering" source: "https://en.wikipedia.org/wiki/VB_Watch" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Programming utility ::

::data[format=table title="Infobox Software"]

FieldValue
nameVB Watch
captionVB Watch
developerAivosto Oy
genreProgramming tools
latest_release_version2.0.10
latest_release_date
operating_systemWindows
licenseProprietary
websitewww.aivosto.com
::

|name = VB Watch |caption = VB Watch |developer = Aivosto Oy |genre = Programming tools |latest_release_version = 2.0.10 |latest_release_date = |operating_system = Windows |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.

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.

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.

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

debuggersprofilerssoftware-testing-toolsprogramming-tools-for-windows