| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- RNN
- Numpy
- mariadb
- Splunk
- install
- index
- ipad
- LSTM
- pycharm
- Python
- Series
- GitHub
- Lotto
- dataframe
- DFS
- Button
- pip
- E-P1
- GT-S80
- javascript
- pandas
- 삼성소프트웨어멤버십
- synology
- SciPy
- keras
- CNN
- 알고리즘
- mean
- imread
- SPL
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