Friday, March 2, 2012

Remote Debugging 하기


visual studio 2008
msvsmon.exe 필요

- Remote PC
msvsmon.exe 실행 (visual studio 설치 폴더 참조)
tool > option에 Authentication mode 설정 (no authentication으로 하면 성능 향상 효과, but vulnerable from outside)

- Host pc
visual stdio 실행하여 tool>Attach process 선택
Transport 옵션은 Remote
Qualifier는 remote pc ip 기입

process 리스트에서 찾아서 attach하면 디버깅 가능.

No comments:

Post a Comment