I have various Debug.WriteLine messages, I tried to view these messages using the export MONO_DEBUG_LEVEL = debug, but in the end I get other irrelevant debug messages that were not output by my code.
What to do to see debug messages?
I am using Linux :) Thank you.
run it with the mono shell --debug
, , (stderr). (stdout), 2>&1. , 1>&2, 1 stdout 2 stderr.
2>&1
1>&2
stderr :
mono <youapp> 2>&1
stderr stdout stdout:
mono <youapp> &>&1
Source: https://habr.com/ru/post/1736069/More articles:Convert PHP associative array to JSON associative array - jsonQT How to remove an action menu item - qtDisable keyboard keys if console c Run using c or C ++ - c ++SimpleJdbcCall ignores JdbcTemplate sample size - javaНе удается подключиться к локальному IP-адресу в OSX - webserverFacebook Connect: no javascript? - facebookRuby / Rails displays a general screen when changes are made on the server - ruby-on-railsFragmentation of TCP / UDP and Ethernet MTU - cHow should I unit test Spring, Hibernate and Struts use junit - javaHow to create a simulation of a login token in .Net - .netAll Articles