Debug the Rules in VisualBasic - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D 2D Symbols

Language
English
Product
Intergraph Smart 3D
Subproduct
2D Symbols
Search by Category
Reference Data
Smart 3D Version
12 (2018)
  1. Refer to Debugging Your Code in the Intergraph Smart 3D Programmer's Guide for setup instructions. This file is delivered in the Help folder. After the Task Host has been added into the rule set as specified in those instructions, you can debug the rules.

  2. Set a breakpoint in your code, and then re-compute the symbol to go into the debugger.

  3. After the breakpoint is reached, step through each line of code using the F8 key. You can see string or double values by hovering the cursor over the value in the debugger. To get more information about an object, right-click that object and then Add a Watch.