일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 인문고전
- SQL Server 2008
- nonpaged pool
- Nested VM
- paged pool
- windows media service
- failover cluster
- Xperf
- Windows Server 2016
- 안철수
- Hyper-V
- FTP7.5
- MSCS on VMWare
- ftp7.5 장애조치 클러스터
- windows update
- dsquery
- SQL Server 2012R2 FCI
- 클러스터
- 작업관리자
- windows debugging tool
- Windows Server 2008
- 프로세스 CPU 사용량
- cluster node as Domain controller
- Local TempDB
- iSCSI target
- 터키여행
- Session space
- Windows Server 2016 Hyper-v Cluster
- windbg
- LiveKD
Archives
- Today
- Total
목록Windows server 2008 로컬 디버깅 (1)
류짱:Beyond MySelf
Windows Server 2008 디버거 설정 방법
Windows Server 2008 에서 로컬 커널 디버깅을 시도 하면 아래와 같은 오류 메시지와 함께 디버깅 프로그램이 실행 되지 않습니다. Windows server 2008에서 로컬 커널 디버깅은 기본적으로 Disable 되어있습니다. 그렇기 때문에 아래와 같이 bcdedit 을 이용해서 booting configuration을 변경 하여야 합니다. 명령 프롬프트를 관리자 권한으로 실행 후 아래의 명령어로 현 상태의 booting configuration을 복사 후 생성 합니다. bcdedit /copy {current} /d "Windows Server 2008 Debug Mode" 명령어를 입력 후 생성 된 새로운 ID를 이용해 debug 옵션을 on 합니다. bcdedit /debug {new..
Microsoft/Windows Platform
2010. 7. 6. 20:05