Take cover from run-time errors, test, debug and profile your code. VB Watch is 3 tools in one: Profiler, Protector and Debugger. Increase the quality, stability and performance of your programs.
VB Watch Profiler
Measure speed and coverage
VB Watch Profiler lets you measure execution speed. See what procedures are the slowest ones, and which lines or loops are taking up most of the time. Or measure execution times before and after your enhancements.
Test coverage. VB Watch Profiler records your tests as you execute them. It shows you in red what procedures and lines are still untested.
VB watch Protector
Find bugs the easy way. VB Watch adds advanced error handlers to your code with a few clicks, keeping your existing handlers fully enabled.
Error messages can include: error description, procedure name, line number, parameter and variable values, object properties, call stack, screenshot, run-time library versions, and even execution trace procedure-by-procedure, line-by-line.
Have the users email all this info immediately when an error happens. This is the fastest way to fix bugs ever discovered.
Stop guessing - VB Watch tells you exactly where the bug is lurking.
VB watch Debugger
Trace compiled apps
This is the way to do it when you're creating ActiveX controls or writing code for web browsers or Microsoft Transaction Server. Does your code behave as it should when compiled?
Trace the procedure calls and executed code lines in your compiled apps. Even better, monitor and pause your app. See its status. What line is it on? What procedures were called with what arguments? Call stack? Which objects are alive? What global variable values are in effect? Setup breakpoints to your exe, dll or ocx and see what's really happening in it.