WinDBG 프로세스 디버깅 (유저모드 라이브 디버깅) 실행 중인 프로세스를 WinDbg 로 디버깅 Visaul studio 의 디버깅과 동일함 솔직히 그냥 Visual studio 로 보는게 편함 프로세스 WinDbg 연결 방법 1. Attach to a Process WinDbg 상단 메뉴의 File > Attach to a Process 이미 실행 중인 프로세스를 디버깅함 2. Open Executable WinDbg 상단 메뉴의 File > Open Executable 실행파일을 WinDbg 로 열기 단축키 명령어 설명 F5 명령창 : g break point 전까지 실행 Ctrl + Pause Break 일시 정지 F10 Step Over F11 Step into F9 명령창 : bp 실행파일!..