guides:programming:programmers_reference_manual:debug

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

guides:programming:programmers_reference_manual:debug [2024/06/19 20:20] – created - external edit 127.0.0.1guides:programming:programmers_reference_manual:debug [2025/04/15 13:49] (current) bshumsky
Line 12: Line 12:
    
 **Debug** **Debug**
 +
 +==== Notes ====
 +
 +OpenInsight 10 implements a “$DEBUG” statement that you can use in place of the normal “Debug” statement: The difference here is that the debugger only triggers if the code is running on the same machine that it was compiled on, so if your program does is released with a compiled $DEBUG statement it shouldn’t execute on other machines.  For complete details, please see [[https://revdevx.com/2024/12/05/debug-the-safer-alternative-to-debug/|this article on the RevDevX blog]].
    
 ==== Example ==== ==== Example ====
  • guides/programming/programmers_reference_manual/debug.txt
  • Last modified: 2025/04/15 13:49
  • by bshumsky