디버그를 시작할 때 Visual Studio에서 새 브라우저 창을 시작하지 못하게 합니까?
I already have a window open with the web site I'm debugging. 나는 이미 내가 디버깅하고 있는 사이트에서 창을 열었다.I don't need VS to launch another one for me every time I need to debug. 내가 디버깅을 필요로 할 때마다, 나는 VS가 나를 위해 다른 것을 시작할 필요가 없다.
Is there a way to stop this behavior? 이런 행위를 막을 방법이 있습니까?
#1층
참조:https://stackoom.com/question/30om/디버그를 시작할 때 - Visual-Studio가 새 브라우저 창을 시작하지 못하게 합니다.
#2층
There seems to be one case in which none of the above but the following helps. 이 중에는 상술한 상황이 없는 것 같지만 다음과 같은 상황이 도움이 된다.I'm developing a project for Windows Azure cloud platform and I have a web role. Windows Azure 클라우드 플랫폼을 위한 프로젝트를 개발 중입니다. 웹 역할이 있습니다.There is indeed a radio button Don't open page in Project -> {Project name} properties... as was pointed out by Pawel Krakowiak, but it has no effect in my case whatsoever. 항목 -> {항목 이름} 속성에서 페이지를 열지 않는 라디오 단추가 있습니다.Pawel Krakowiak이 지적한 바와 같이, 그것은 나의 상황에 아무런 영향을 주지 않는다.However, there is the main cloud project in solution explorer and there is the Roles folder under it. 그러나 솔루션 자원 관리자에는 Roles 폴더가 있는 주요 클라우드 프로젝트가 있습니다.If I right click my web role in this folder and choose Properties , I get another set of settings and on the Configuration tab there is the Launch browser for flag, after unchecking it a new browser window is not opened on application start up. 이 폴더에서 웹 역할을 마우스 오른쪽 버튼으로 클릭하고 등록 정보를 선택하면 다른 설정 세트가 제공되고 구성 탭에 브라우저 시작 표시가 표시되며 선택 취소 후 응용 프로그램 시작 시 새 브라우저 창이 열리지 않습니다.
#3층
Ctrl + Alt + ENTER if your amends are front end only 수정이 프런트엔드일 경우 Ctrl + Alt + ENTER 키를 누릅니다.
http://blogs.msdn.com/b/webdev/archive/2013/06/28/browser-link-feature-in-visual-studio-preview-2013.aspx http://blogs.msdn.com/b/webdev/archive/2013/06/28/browser-link-feature-in-visual-studio-preview-2013.aspx
#4층
In an ASP.Net 5 project this can now be set for each launch profile. ASP에서.Net 5 프로젝트에서 이제 각 시작 구성 파일에 대해 이 항목을 설정할 수 있습니다.
Open the file launchsettings.json under the Startup Project Properties folder and add
"launchBrowser": false
to the profile you are configuring, such as in: Startup Project Properties 폴더에서 파일launchsettings를 엽니다.json, 그리고"launchBrowser": false
구성 중인 구성 파일에 추가합니다(예:"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"environmentVariables": {
"Hosting:Environment": "Development"
}
}
}
#5층
I looked over the answers and didn't see the solution I found mentioned. 나는 답을 살펴보았지만 내가 발견한 해결 방안을 보지 못했다.If it was, my apologies. 그렇다면 사과할게요.In my case, currently using Visual Studio 2015. In the solution explorer, right click on the Project file and click properties. Visual Studio 2015는 현재 사용 중입니다.솔루션 리소스 매니저에서 Project 파일을 마우스 오른쪽 버튼으로 클릭하고 등록 정보를 클릭합니다.Go to the Debug tab and this should have info for how you're launching "IIS Express or Web(DNX)"for the first two drop downs, and then there should be a checkmark box for "Launch URL:". Debug 탭으로 이동하면 처음 두 드롭다운 목록에 대해 "IIS Express 또는 Web(DNX)"을 시작하는 방법에 대한 정보가 표시되고 "URL 시작:"확인란이 있어야 합니다.Uncheck this option and your browser won't be automatically launched everytime you go to debug your application. 이 옵션을 선택 취소하면 프로그램이 디버깅될 때마다 브라우저가 자동으로 시작되지 않습니다.Hope this helps someone out. 누군가에게 도움이 됐으면 좋겠어요.
#6층
Updated answer for a .NET Core Web Api project... 업데이트되었습니다.NET Core Web Api 프로젝트에 대한 답변...
Right-click on your project, select "Properties,"go to "Debug"and untick the "Launch browser"checkbox (enabled by default). 항목을 마우스 오른쪽 버튼으로 클릭하고 등록 정보를 선택한 다음 [디버그]로 이동하고 [브라우저 시작] 확인란(기본값)을 선택 취소합니다.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
작업 중 문제 해결 - (win 2003 asp. net) Session 과 페이지 전송 방법 으로 해결 방안 을 정상적으로 사용 할 수 없습니다.또한 F 는 처음에 우리 의 BP & IT 프로젝트 팀 이 Forms 폼 검증 을 사용 했다 고 판단 할 수 있 습 니 다. 페이지 를 뛰 어 넘 는 것 은http://hr.bingjun.cc/MyTask/MyTas...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.