Differences
This shows you the differences between two versions of the page.
guides:programming:programmers_reference_manual:debug [2024/06/19 20:20] – created - external edit 127.0.0.1 | guides: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. | ||
==== Example ==== | ==== Example ==== |