asp.net mvc: how to output debug info to Visual Studio console or Browser console?

nuphero

New Member
So it's possible to output debug info to Visual Studio's console using next steps:1) Use System.Diagnostics.Debug.WriteLine()
2) Start the website using Debug (F5 key default, I think..) - and check the Output tab in Visual Studiosource linkDo you know other simple debugging tools for every day use?
 
Back
Top