microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

Debug output? #43

Open copygirl opened 6 years ago

copygirl commented 6 years ago

Is it already possible to have debug output (using System.Diagnostics.Debug) appear in the "Debug Console" window automatically? Perhaps using a setting such as mono-debug.loggingLevel or so. I suppose one could set this up in the application, but it would be nice to have debug (and possilbly trace) lines appear in a different color.