PDA

View Full Version : Debug mode



Allan Greis Eriksen
07-08-2013, 03:51 AM
Hi there.

In General Information - Generator - Debug Mode you can select between tree different options. Off, Minimun and Full. What are the differences between these options? Should the final compile to deploy be with debug mode set to Off? Are there any problems deploying an exe file with debug mode set to either Minumum of Full?

linder
07-08-2013, 04:32 AM
Hello,

If Debug Mode is set to "Off" then the debug capability is disabled. The "Minimum" debug mode option is only there for backward compatibility reasons (SB5 and SB6 projects). Both "Minimum" and "Full" debug mode options generate the same debug information in later SB versions. I would suggest to set debug mode to "off" for your final compile.

Friedrich

Allan Greis Eriksen
07-08-2013, 06:56 AM
Okay thanks :)