03-20-2012 10:25 AM
Hi, is it possible to check whether I am running the program in debug mode, and if so, a function run, but if in release mode, to run a different function? That is, can I query whether it is in debug or release mode?
Thanks in advance!
Solved! Go to Solution.
03-20-2012 10:28 AM
You can use the macro _CVI_DEBUG_
03-20-2012 12:35 PM
... or use BeingDebuggedByCVI () function call.
03-23-2012 02:52 PM
Thanks to both of you!