'project_n_planning/NUK'에 해당되는 글 1건
- 2013.01.15 :: Remote Debugging in MSVC++ 6.0 - Step by step
http://www.codeproject.com/Articles/1762/Remote-Debugging-in-MSVC-6-0-Step-by-step-in-the-O
Remote Debugging in MSVC++ 6.0 - Step by step
- 2049, 2050 port shoud be allowed for incomping tcp packet
3. 참고 URL.
http://sanaigon.tistory.com/m/post/view/id/124
-> vs6.0 화면캡쳐와 설명이 있는 곳 (글쓰기의 프레임을 제공함 ㅠ.ㅠ)
단, 몇곳에서 오류가 있는 것 같음
예.Project Setting-> Remote Executable path and file name ->"r:\test1\debug\test1.exe" 과 같이
Remote (target) PC에서 LocalPC의 폴더를 지정해줘야 한다.
3.1 vs.net2003 remote debugging
http://katalog.egloos.com/4637919
3.2 WinDbg 이용한 디버깅
http://hongyver.pe.kr/ttblog/entry/%EB%A6%AC%EB%AA%A8%ED%8A%B8-%EB%94%94%EB%B2%84%EA%B9%85
-> 위 링크에서 WinDbg를 이용한 디버깅이 가능함.
4. vs2008 remote debugging
4.1 http://secretofsh.tistory.com/144
Visual Studio 2008에서 원격디버깅 사용하기
4.2 google search