开发者

Mono Debug - How to turn off?

开发者 https://www.devze.com 2023-03-28 02:24 出处:网络
I turned on the Mono Debug info with: export MONO_OPTIONS=--trace=E:all export MO开发者_如何转开发NO_LOG_MASK=asm

I turned on the Mono Debug info with:

export MONO_OPTIONS=--trace=E:all
export MO开发者_如何转开发NO_LOG_MASK=asm
export MONO_LOG_LEVEL=debug

in the Mac's terminal. How do I disable debugging now and return to the normal settings.


Just unset all those variables:

unset MONO_OPTIONS MONO_LOG_MASK MONO_LOG_LEVEL
0

精彩评论

暂无评论...
验证码 换一张
取 消