How to run console application program of c# in visual studio 2015 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to run console application program of c# in visual studio 2015

I have read that by control + f5 we can run the console application but In my visual studio 2015 it doesn't work. Kindly help me for this.

11th Oct 2017, 2:26 AM
kanishka
kanishka - avatar
3 Answers
+ 7
You can click on the Big Green Play button on the top to launch your console application.
11th Oct 2017, 2:44 AM
Zephyr Koo
Zephyr Koo - avatar
+ 7
I see, the console application should be running then. If it's showing a Continue button then it means the compiler hits the breakpoint which allows you to step through the program.
11th Oct 2017, 3:30 AM
Zephyr Koo
Zephyr Koo - avatar
+ 1
It opens attaching window and when I attach it to the cmd of visual studio then that green play button disappears and it shows un highlighted continue over there and nothing happens.
11th Oct 2017, 2:53 AM
kanishka
kanishka - avatar