LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

what is the difference between Degug executable and Release executable file?thank you

as the title says:
what is the difference between Degug executable   and Release executable   file?
Can the Degug executable   be used as a normal executable   file?
thank you
0 Kudos
Message 1 of 2
(3,054 Views)
Yes, the debug can be used as a "normal" executable because it does execute; however, it will carry around more overhead with it as it contains a lot more data on vraibales, etc, to allow the debugging.  If yu don't care about time or space, it won't matter at all. 
0 Kudos
Message 2 of 2
(3,038 Views)