부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. (연관된 글이 3개 있습니다.) 제목 짓기가 영 난감하군요. ^^; .NET으로 오면서 기존에 너무나 어렵게만 구현되던 것들이 쉽게 구현되는 것들이 많습니다. PDB 파일을 통한 디버깅 심벌을 처리해서 Crash 되는 모듈의 주소를 찾아내는 것 역시 .NET이 주는 혜택 중의 하나입니다. 이번 강좌에서는, PDB에 관한 이야기를 하나씩 풀어보도록 하겠습니다. 이야기 진행 순서는, 일단 생각나는 것만 다음과 같습니다. 쪼끔 기대가 되시려나? ^^ 1. PDB 파일에 따른 Debug 정보 - WinForm + Library 유형의 프로젝트 2. PDB 파일에 따른 Debug 정보 - .NET 2.0 Web Application Project + Library 유형의 프로젝트 3. PDB 파일에 따른 Debug 정보 - .NET 2.0 Web Site Model Project 4.1 VS.NET 2005 디버그 모드에서의 PDB 파일 사용 차이 (1) 4.2 VS.NET 2005 디버그 모드에서의 PDB 파일 사용 차이 (2) 5.1 VS.NET 2005를 이용한 미니덤프 파일 분석 (1) 5.2 VS.NET 2005를 이용한 미니덤프 파일 분석 (2) 6. WinDBG를 이용한 미니덤프 파일 분석 7. Microsoft의 PDB 파일 관리 8. Symbol Server 생성 9. PDB 파일과 소스 코드 10. CCP를 이용한 Windows Source Code 수준의 디버깅 11. 소스 서버 구성 12. GAC에 등록된 Assembly 디버그 13. [내용 예약] 14.1 ASP.NET 디버깅 환경 구성(1) 14.2 ASP.NET 디버깅 환경 구성(2) 15 ~ [x]. [미정] [부록 1] AppVerifier 사용법 [부록 2] VS.NET 2003/2005의 다중 프로젝트 디버깅 [부록 3] COM+ 서버 응용 프로그램에 대한 F5 디버깅 방법 [부록 4] .NET 예외 처리 정리 [부록 5] .VS.NET 원격 디버깅 [부록 6] 비스타/롱혼 - VS.NET 2005에서의 웹 애플리케이션 디버깅 설정 최종적으로 Symbol Server, Source Server 및 WinDBG까지도 다뤄보도록 하겠습니다. 설마 여기 있는 모든 정보를 제가 스스로 알아낸 것이라고 오해하시는 분들은 없으시겠지요! ^^ 여기 있는 정보들은 모두 다음과 같은 참고 자료를 통해서 얻을 수 있는 내용들입니다. 책: - Debugging Applications for Microsoft .NET and Microsoft Windows - 고급 개발자들만이 알고 있던 Windows 구조와 원리 그리고 Codes 웹 사이트: - BUGSLAYER - SOS: It's Not Just an ABBA Song Anymore ; https://docs.microsoft.com/en-us/archive/msdn-magazine/2003/june/bugslayer-sos-it-s-not-just-an-abba-song-anymore - BUGSLAYER - Mini Dump Snapshots and the New SOS ; https://docs.microsoft.com/en-us/archive/msdn-magazine/2005/march/bugslayer-mini-dump-snapshots-and-the-new-sos - SOS Ref Manual ; C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Tool Developers Guide\Samples\sos\SOS.htm - .Net exceptions - Tracking down where in the code the exceptions occurred ; http://blogs.msdn.com/tess/archive/2006/05/18/601002.aspx - Visual Studio Debugger - Debugging in Visual Studio ; https://docs.microsoft.com/en-us/visualstudio/debugger/debugging-in-visual-studio?view=vs-2015 - Code Center Premium integration into Visual Studio ; https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-debug-with-code-center-premium-source?view=vs-2015 - Use the Microsoft Symbol Server to obtain debug symbol files ; https://docs.microsoft.com/en-us/windows/win32/dxtecharts/debugging-with-symbols ... 그 외 알게 모르게 읽었던 모든 자료들.(생각날 때마다 추가하겠습니다.) [다음 글] 디버깅 기술: 6. .NET 예외 처리 정리[이전 글] 디버깅 기술: 5.1. PDB 파일에 따른 Debug 정보 - WinForm + Library 유형의 프로젝트 [연관 글] 개발 환경 구성: 18. 윈도우즈 인증서 서비스 이야기.NET Framework: 468. PDB 파일을 연동해 소스 코드 라인 정보를 알아내는 방법.NET Framework: 1027. 닷넷 응용 프로그램을 위한 PDB 옵션 - full, pdbonly, portable, embedded [최초 등록일: 12/27/2006] [최종 수정일: 7/17/2021] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 2006-08-11 06시17분 [비밀!!] 좋은정보 감사합니다^^(꾸벅) [guest] 2008-03-03 02시34분 Getting the right exception context from a memory dump ; https://docs.microsoft.com/en-us/archive/blogs/junfeng/getting-the-right-exception-context-from-a-memory-dump kevin25 2009-01-20 09시35분 How to Debug a workflow with Visual Studio ; https://docs.microsoft.com/en-us/archive/blogs/philloth/how-to-debug-a-workflow-with-visual-studio kevin25 2009-07-30 04시32분 [anyflow] 더 말씀 드릴 필요도 없이 아주 잘봤습니다.그러고보니..이건, 책을 쓰려는 의도에서?? ^^ [guest] 2009-07-30 05시04분 ^^ 책을 쓸 요량이면 여기다 안 쓰죠. 이 지식이 많이 많이 공유되길 바라며 쓴 것입니다. (너무 모르는 분들이 많아서.) kevin25 2009-08-23 09시48분 How Many Secrets do .NET PDB Files Really Contain? ; http://www.wintellect.com/CS/blogs/jrobbins/archive/2009/08/22/how-many-secrets-do-net-pdb-files-really-contain.aspx kevin25 2012-07-22 05시04분 Debugging with Symbols ; https://docs.microsoft.com/en-us/windows/win32/dxtecharts/debugging-with-symbols 정성태 ... 106 107 108 109 110 111 112 113 114 [115] 116 117 118 119 120 ... NoWriterDateCnt.TitleFile(s) 11085정성태10/27/201635150.NET Framework: 615. C# - AForge.NET을 이용한 웹캠 영상 출력 [2]111084정성태10/26/201622908오류 유형: 365. The User Profile Service service failed to the sign-in.11083정성태10/26/201629285Windows: 131. 윈도우 10에서 사라진 "Adapters and Bindings" 네트워크 우선 순위 조정 기능 [1]11082정성태10/26/201631620.NET Framework: 614. C# - DateTime.Ticks의 정밀도 [4]111081정성태10/26/201621768오류 유형: 364. You need to fix your Microsoft Account for apps on your other devices to be able to launch apps and continue experiences on this device.11080정성태10/24/201625099Windows: 130. Windows Server 2016 Nano 서버 설치 방법11079정성태10/21/201622315Windows: 129. Windows Server 2016 설치 CD에 있는 Convert-WindowsImage.ps1 사용 방법 정리11078정성태10/21/201623540Windows: 128. Windows Server 2016 Nano 서버 VHD 이미지 만드는 방법 - TP5 기준11077정성태10/21/201621907오류 유형: 363. Active Directory 서버의 NETLOGON 서비스가 멈췄을 때 발생하는 문제11076정성태10/21/201621528오류 유형: 362. 윈도우 백업 시 오류 - 0x8078004011075정성태10/20/201621876Windows: 127. Convert-WindowsImage.ps1 사용 방법 정리11074정성태10/20/201630765Windows: 126. Windows Server 2016 평가판을 정식 버전으로 라이선스 변경하는 방법11073정성태10/20/201626882.NET Framework: 613. 윈도우 데스크톱 응용 프로그램(예: Console)에서 알림 메시지(Toast notifications) 띄우기 [1]111072정성태10/20/201623568VC++: 102. 새로 추가한 ATL COM 객체가 regsvr32.exe로 등록이 안 되는 문제11071정성태10/20/201627088.NET Framework: 612. UWP(유니버설 윈도우 플랫폼) 앱에서 콜백 함수 내에서의 UI 요소 접근 방법 [1]11070정성태10/20/201620632Windows: 125. 윈도우 서버 2016 마이그레이션11069정성태10/19/201628683.NET Framework: 611. C++ 개발자들을 위한 C# Thread 동작 방식 [2]11068정성태10/19/201631879Windows: 124. 윈도우 운영체제의 시간 함수 (5) - TSC(Time Stamp Counter)와 QueryPerformanceCounter [12]111067정성태10/18/201627748Windows: 123. 윈도우 운영체제의 시간 함수 (4) - RTC, TSC, PM Clock, HPET Timer [2]11066정성태10/17/201626135Windows: 122. 윈도우 운영체제의 시간 함수 (3) - QueryInterruptTimePrecise, QueryInterruptTime 함수111065정성태10/15/201631240Windows: 121. 윈도우 운영체제의 시간 함수 (2) - Sleep 함수의 동작 방식 [1]11064정성태10/14/201623191.NET Framework: 610. C# - WaitOnAddress Win32 API 사용111063정성태10/14/201639282Windows: 120. 윈도우 운영체제의 시간 함수 (1) - GetTickCount와 timeGetTime의 차이점 [5]111062정성태10/12/201619178오류 유형: 361. WCF .svc 호출 시 Could not find a base address that matches scheme net.tcp 예외11061정성태10/12/201632030오류 유형: 360. IIS - 500.19 오류 (0x80070021)11060정성태10/12/201624174오류 유형: 359. WCF - .svc 요청시 404 Not Found ... 106 107 108 109 110 111 112 113 114 [115] 116 117 118 119 120 ...