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