我打开了Mono Debug信息:
export MONO_OPTIONS=--trace=E:all
export MONO_LOG_MASK=asm
export MONO_LOG_LEVEL=debug
Run Code Online (Sandbox Code Playgroud)
在Mac的终端.如何立即禁用调试并返回正常设置.
只需取消设置所有这些变量即可:
unset MONO_OPTIONS MONO_LOG_MASK MONO_LOG_LEVEL
Run Code Online (Sandbox Code Playgroud)