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