덤프 모듈 로드
업데이트: 2007년 11월
이 항목은 다음 언어에 적용됩니다.
Edition |
Visual Basic |
C# |
C++ |
Web Developer |
---|---|---|---|---|
Express |
||||
Standard |
||||
Pro 및 Team |
표의 범례:
해당 |
|
해당 없음 |
|
명령은 기본적으로 숨겨져 있습니다. |
Visual Studio에서 덤프를 로드할 때 디버거는 덤프와 동일한 위치에서 시작하는 모듈을 찾습니다. 덤프를 만들 때 다음 이진 파일 및 모듈이 로드되었다고 가정합시다.
D:\qa\exmpl\exmpl.exe
D:\qa\exmpl\dll.dll
F:\win2k\system32\ntdll.dlll
F:\win2k\system32\kernel32.dll
exmpl.dmp 덤프는 다음 위치에 있습니다.
C:\qa\dumps\exmpl.dmp
Visual Studio에서 검색하는 위치는 다음과 같습니다.
C:\qa\dumps\exmpl.exe
C:\qa\dumps\exmpl\exmpl.exe
C:\qa\dumps\qa\exmpl\exmpl.exe
D:\qa\exmpl\exmpl.exe
C:\qa\dumps\dll.dll
C:\qa\dumps\exmpl\dll.dll
C:\qa\dumps\qa\exmpl\dll.dll
D:\qa\exmpl\dll.dll
C:\qa\dumps\kernel32.dll
C:\qa\dumps\system32\kernel32.dll
C:\qa\dumps\win2k\system32\kernel32.dll
F:\win32\system32\kernel32.dll
이전 버전의 Visual Studio에서는 MODPATH 인수를 사용하여 추가 모듈 검색 경로를 지정했습니다. Visual Studio 2005에서는 지정된 기호 검색 경로에서 모듈을 조회하고 MODPATH는 사용하지 않습니다.