Code/C#
[C# tips] 디버깅 시작 과 끝에서 딜레이가 길고 느릴때 해결 방법
codens
2016. 6. 19. 14:04
* Visual Studio 2015 에서 디버깅 시작 과 끝에서 딜레이가 길고 느릴때 해결 방법
C# debugging start end too slow problem
Project -> Properties -> Debug
-> Enable Debuggers : Enable the Visual Studio hosting process : 체크 없앰
//============================
* 함수 상단에 reference (참조수) 숨기기
Tools--> Options --> Text Editor --> All Languages --> CodeLens
* 자동 완성 막기 - 블록 { }
- Options -> Text Editor -> All Languages -> General
-> Automatic brace completion : 체크 해제
반응형