일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- mean
- DFS
- E-P1
- mariadb
- 알고리즘
- pycharm
- synology
- GT-S80
- Button
- dataframe
- index
- CNN
- Lotto
- Series
- Numpy
- pip
- SciPy
- javascript
- LSTM
- imread
- ipad
- Python
- SPL
- install
- 삼성소프트웨어멤버십
- RNN
- keras
- pandas
- Splunk
- GitHub
Archives
- Today
- Total
잠토의 잠망경
[Code Project] Quick start to use WinDbg for a newbie 본문
Introduction
WinDbg is quite a powerful debugger and it’s really easy to use it. It provides you with both UI and command prompt interfaces. Installation package is light and can be quickly installed on a target machine.
I noticed that for first timers it is confusing to use WinDbg. One needs to point to right location of source files, pdb file and executable before he/she can debug using WinDbg. It’s not very intuitive for newbie with little debugging experience outside of Visual Studio. In this short demo I would like in pictures, pedantically show step by step how to set WinDbg up for your debugging purposes.
출처: http://www.codeproject.com/KB/debug/windbg_quick_start.aspx
Comments