SDK:Debugging the Vectorworks file

From Vectorworks Developer
Jump to navigation Jump to search

.SDK|SDK ..SDK:Types|SDK Types ..SDK:Using the SDK|Using the SDK ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

By Vladislav Stanev

Debug Menu

Vectorworks 2021

The Debug menu can be added to Vectorworks via the menu command:

Help -> Install Partner Products...

Select the 'Vectorworks Developer' category on the left, and open the 'Debug Menu' where you'll have an install button.

Vectorworks 2020

Vectorworks 2019

Vectorworks ships with developer tools under a 'Debug' menu command that can be enabled by running the following script (Open the resource manager, create a new script and copy-paste this code as VectorScript):

EnableDebugMenu;


Debug List View

A very useful command in the Debug menu is the 'Debug List View Ex' command. It will visualize the file structure:

Dialog Builder 6 Tool Palette