VTS provides you with a set of utilities to assist you with debugging and analysis. These tools can help take the guesswork out of solving problems that might occur while you are developing your applications.
Note: If any of the debugging or analysis applications is not referenced in the VAM, you will have to add it using the instructions provided in Add an Existing Script Application to the VAM. The name of the application directory for each debugging and analysis application is provided below to help assist you in adding them to the VAM.
Coordinates Enables you to precisely determine the horizontal and vertical coordinates of the mouse pointer within any VTS window (page or dialog).
Location: XY directory within the VTS installation directory (e.g. C:\VTS\XY\).
Database Conversion Utility Enables you to convert data from an existing Excel spreadsheet or Microsoft Access database to an existing or new Excel spreadsheet or Microsoft Access database file.
Location: DBConvert directory within the VTS installation directory (e.g. C:\VTS\DBConvert\).
Debugger Allows you to examine the contents of modules and their properties and can be invaluable in helping you to locate problems that only become apparent while your application is running.
Location: Debugger directory within the VTS installation directory (e.g. C:\VTS\Debugger\).
Note: VTS now features a new and robust debugging utility, known as the Source Debugger (see below).
Instances Provides statistics on the number of instances of modules that are running in various applications. The Instances application is also known as the Module Instance Count utility.
Location: Instance directory within the VTS installation directory (e.g. C:\VTS\Instance\).
Memory Tracer Provides memory trace data that allows users to analyze their applications.
Location: MemTrace directory within the VTS installation directory (e.g. C:\VTS\MemTrace\).
ODBC Browser Enables you to examine the contents of ODBC-compliant databases.
Location: ODBCBrowse directory within the VTS installation directory (e.g. C:\VTS\ODBCBrowse\).
Profiler Provides information on active statements in VTS applications.
Location: Profile directory within the VTS installation directory (e.g. C:\VTS\Profile\).
Source Debugger A powerful debugging and analysis tool that enables you to text code written using the VTS scripting language.
Location: Source Debugger directory within the VTS installation directory (e.g. C:\VTS\Source Debugger\).
Test Framework Enables users who have written tests for their VTS applications to run these tests and review the results.
Location: TestFramework directory within the VTS installation directory (e.g. C:\VTS\TestFramework\).
Thread List Supplies a list of the separate threads of execution for which VTS is responsible.
Location: ThrdList directory within the VTS installation directory (e.g. C:\VTS\ThrdList\).
Trace VTS Actions Enables you to track and analyze different VTS actions.
Location: TraceVTS directory within the VTS installation directory (e.g. C:\VTS\TraceVTS\).
Trace Viewer Enables you to track and analyze different VTS actions.
Location: TraceVTS directory within the VTS installation directory (e.g. C:\VTS\TraceVTS\).
Topics in this section: