Where to watch the console.write text?
-
I use console.write("xxx") in my project. But there is nothing in local output. How to find the text? vs.net 2005 beta 1.
-
There is some internal information in the output tab. However, there is nothing about my output.
Console.Write()
as its name says, writes into a cosole window. the Visual Studio output window displays some debug informations, as it has been said to you already... if you want to write text there anyway, replace your Console.Write() withTrace.Write()
TOXCCT >>> GEII power
[toxcct][VisualCalc] -
Console.Write()
as its name says, writes into a cosole window. the Visual Studio output window displays some debug informations, as it has been said to you already... if you want to write text there anyway, replace your Console.Write() withTrace.Write()
TOXCCT >>> GEII power
[toxcct][VisualCalc] -
-
I use console.write("xxx") in my project. But there is nothing in local output. How to find the text? vs.net 2005 beta 1.