Having the output of a console application in Visual Studio instead of the console

前端 未结 12 815
醉话见心
醉话见心 2020-11-29 00:06

When doing a console application in Java with Eclipse, I see the output being put in a text box in the IDE itself, instead of having a console popping up like in Visual Stud

12条回答
  •  时光取名叫无心
    2020-11-29 00:46

    Step 1: Right click on the Project Name in Solution Explorer then make the Output type as Window Application

    Step 2: Debug-->Options..-->Debugging (Expand)-->General-->Redirect All Output Window Text to the Immediate Window

提交回复
热议问题