SDK:Debugging the Vectorworks file

From Vectorworks Developer
Revision as of 15:22, 16 September 2020 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.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