Hi,
I have various Debug.WriteLine messages, I tried to see those messages using export MONO_DEBUG_LEVEL=debug, but I end up getting other irrelevant debug messages which was not outputted by my code.
What should I do to see the debug messages?
I'm using Linux :) Thanks.