Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cant see output while debugging?? 1

Status
Not open for further replies.

golcarlad

Programmer
Nov 23, 2004
232
GB
I have a simple dll I am writing. I want to test some things by using the Console.Writeline command - and while debugging I should be able to see the result in the output window, but it never shows anything - does anyone know why.
 
You don't want Console.WriteLine() unless you are making a console application. Your champion should be Debug.WriteLine("Write whatever now.");

----------------------------------------

TWljcm8kb2Z0J3MgIzEgRmFuIQ==
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top