Recent Posts
Recent Comments
Link
관리 메뉴

NaggingMachine

Visual Studio 2008 SP1으로 디버깅하기 본문

TechnoBabbler

Visual Studio 2008 SP1으로 디버깅하기

naggingmachine 2009. 1. 2. 08:00
출처: MSDN Blog


- Turning off "Enable just my code"
- Attaching the debugger using Tools | Attach To Process
- Selecting Managed, Native for mixed-mode debugging or Enable unmanaged code debugging
- Attaching to multiple processes
- Selecting processes and threads
- Breaking on first-chance exceptions using the Debug | Exceptions dialog
- Picking the right thread
- Loading symbols
- Viewing the call stack
- Saving the minidump file

특히나 Microsoft 심볼 서버로부터 자동으로 로드하는 기능이 추가되었네요. 좋습니다. 굿!!!