[Integration Kit Contents] [Integration Kit What's New] [Integration Kit Function Index] [More Documentation] [PTC]

Debugging User Defined Commands

Note: The functions mentioned in this document can only be used with interpreted User Defined Commands.

The purpose of the functions is to enable a developer to follow the control flow within a command and to see the values of parameters and variables while the command is running.

SD-DEBUG-CMDS  [function]

(sd-debug-cmds on-off)
Description:
Switches debugging of User Defined Commands on or off.

Parameters:
on-off {KEYWORD}
  • :ON to switch debugging on.
  • :OFF to switch debugging off.
Return Value:
None.

Example:
(sd-debug-cmds :on)
       
[Integration Kit Contents] [Integration Kit What's New] [Integration Kit Function Index] [More Documentation] [PTC]
© 2023 Parametric Technology GmbH
(a subsidiary of PTC Inc.), All Rights Reserved