How can I see debug messages with Mono apps?

Posted by nubela on Stack Overflow See other posts from Stack Overflow or by nubela
Published on 2010-03-09T07:52:23Z Indexed on 2010/03/14 5:25 UTC
Read the original article Hit count: 271

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about mono

Related posts about debug