The text sent is not seen in the Output
window.
Solution Configuration
is Debug
.
Output window
is showing output from Debug
.
It's a simple command: Debug.WriteLine("abc");
Setting a Breakpoint
on it succeeds, but the program breaks on the line after it, moving the Breakpoint
!
Changing Platform
from Any CPU
to x86
solves the issue. But going back, it returns.
Creating a new solution, it does work. Even in Any CPU
.
I removed the .suo
file for the solution.
I emptied the %temp%
folder.
Is there any solution for this?