+ 1
C# Output Console
Guys can anyone help me out, I got this issue, every time I try to run any kind of code, console automatically shuts, the console window just pops in and out... I can read output of my code only if have "readline" command at the end. Can anything be done in VS settings to keep console on, without extra "readline" command.??
2 Respostas
0
Marcus thanks for responding :). Yeah.. But my VS is set by default on (debug) and only other option is (assemble).. So, Readline is kinda only way to make code visible
0
I always keep it in debug, yes it's console application. I was digging around settings a bit xd but got some other issues afterwards xd so now I reinstalled it. But same thing, I can read only if I leave Readline command at the end
For ex. if I have like; int x = 3;
Console.WriteLine(x);
I don't see anything if I don't input Readline command