Release Mode – A build configuration with optimizations enabled (for speed and smaller code). In Release mode, debugging features are disabled: no breakpoints, and debug symbols are missing. Always switch to Debug mode for troubleshooting; use Release when running the final bot. The cTrader docs note Release mode is for production with JIT optimizations.