WinDbg 디버깅

[Tip] 이미지 실행시 디버깅

GreeMate 2013. 3. 11. 23:38
반응형

실행중인 프로세스들은 디버거를 Attach하면 바로 디버깅할 수 있는데...

아직 실행 안된 프로세스를 실행하자마자 디버깅하려면 곤란한 때가 있다.


이 때 Image File Execution Options을 사용하면 편리한데 아래와 같이 잘 정리해 둔 사이트가 있어 링크해 둔다. ^^


http://byung.egloos.com/3572751


http://blogs.technet.com/b/askperf/archive/2008/12/12/two-minute-drill-configuring-a-debugger-using-image-file-execution-options.aspx


반응형