Running a program in Debug mode uses breakpoints to pause the program so that you can examine the state of variables and objects. If there is an error, you can check the variables as the program runs to deduce why the value is not what you might expect.
Figure 175: Set Debug environment
|
Code Region 30-11: TaskDialog |
TaskDialog.Show("Revit", "Hello World")
|
Figure 176: HelloWorld External Tools command
Figure 177: TaskDialog message