Published
- 1 min read
c# writeline debug
The solution for this is noted below
c# writeline debug
Solution
// If Console.WriteLine(a) doesn't work, try:
System.Diagnostics.Debug.WriteLine(a);
Try other methods by searching on the site. That is if this doesn’t work