| |
Tasks are defined by task executor add-ins in SolidWorks Enterprise PDM
2010. The SolidWorks task executor add-in, SWTaskAddIn, enables conversion and
printing of SolidWorks files.
To debug the SolidWorks task add-in:
- Open the Convert or Print task in SolidWorks Enterprise PDM
2010.
- Select Output File Details.
- Click Advanced Scripting Options .
- Add an assert where you want to start debugging, which will
cause the VBA editor to open and the macro to stop at the assert.
For example:
Sub main()
Debug.Assert False
On Error GotTo Fail:
For more information about tasks, see SolidWorks Enterprise PDM
Administration Guide. |