Debug Window or Vshostexe dialog is not launching during Consolereadkey call | Selenium C# Forum
A
AMIT GUPTA Posted on 13/05/2019

Dear Team,

While calling 'Console.readkey' method in our program, i am not getting debug window to see printed result .i tried to launch same window from debug folder under bin in project directory.

after this , i have made below changes and also restarted my workstation but still i got same result.

Could you please guide me for below issue.

 

Thank s you for hearing me in advance .

 

thanks

amit g


G
gunjan Replied on 18/05/2019

Hi Amit,

If you are creating a Nunit project, then you need not to write Console.Readkey() to  read the output. Rather, you can see the output of your code in the Output link present in the Test Explorer window .