Federico Fia Sare
Federico Fia Sare

Reputation: 1276

Work in incognito mode VS 2017

i need debug a project in incognito mode, i set the argument --incognito but this open each letter opens in a normal window enter image description here

Upvotes: 1

Views: 431

Answers (1)

Jack Zhai
Jack Zhai

Reputation: 6436

I could debug it in my side.

enter image description here

You could troubleshoot this issue with the following steps:

(1) Update your VS 2017 to the latest version 15.7.1, and use the default settings.

(2) Please make sure that you set the browser correctly like this document:

https://www.c-sharpcorner.com/blogs/add-incognito-mode-for-any-broweser-in-visual-studio

(3) Create a default Web Form app, select the Google Chrome-incognito as the default browser, debug it again. You could just run your app with Ctrl+F5 before you really debug it with F5, view the result.

(4) Maybe you could update your browser to the latest version, view the result again.

Upvotes: 1

Related Questions