CSharpScriptExecution.CompileWithDebug
Determines whether the code is compiled in Debug or Release mode Defaults to Release and there's no good reason for scripts to use anything else since debug info is not available in Reflection invoked or dynamically invoked methods.
Useful only when generating classes with OutputAssembly set when creating self-contained assemblies for other uses.
public bool CompileWithDebug