SDK:Debugging the Vectorworks file: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(Created page with "{{LocationMain|category=LocationSDKSpecial|specific=}} <div class="rightmenu"> __TOC__ </div> By [mailto:vstanev@nemetschek.net Vladislav Stanev] == Debug Menu == Vectorwor...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:


== Debug Menu ==
== Debug Menu ==
=== Vectorworks 2021 ===
The Debug menu can be added to Vectorworks via the menu command:
<code>Help -> Install Partner Products...</code>
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):
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):

Latest revision as of 15:22, 16 September 2020

.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