programming:programming_in_openinsight:procedure_to_set_break_points_i

Procedure: To Set Break Points in Code

Break points define points in code at which processing stops.

  • Double-click or press F9 when the cursor is on the line where you want to add a break point.

Both of the above actions (double-clicking and pressing F9) are toggles. Performing the action once adds a break point; performing the action again in the same location removes the break point. The line at which the break will occur is displayed with a different color. Break points are erased when you recompile the program.

  • programming/programming_in_openinsight/procedure_to_set_break_points_i.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1