LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Determine Debug Mode during Run-Time.

Is there any way to determine from within the Application at run-time/link-time if it is Debug or Release Mode build?
0 Kudos
Message 1 of 3
(2,947 Views)
This function in the utility library should do it for you:

int BeingDebuggedByCVI (void);

--Ian
Message 2 of 3
(2,942 Views)
Great! Thanks a million.
0 Kudos
Message 3 of 3
(2,936 Views)