vs-remote-debug
Categories:
visual studio로 원격 디버깅하기
C++ 원격 디버깅: https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging-cpp?view=vs-2019
서비스로 연동 디버깅 프로그램 구성하기: https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging?view=vs-2019#bkmk_configureService
시작 매개변수 구성 방법: https://stackoverflow.com/questions/6740422/visual-studio-remote-debugging-a-service
직접 작업 추가하기
"C:\Program Files\Microsoft Visual Studio 16.0\Common7\IDE\Remote Debugger\x64\msvsmon.exe"
시작 매개변수
/noauth /anyuser /port:4045 /nosecuritywarn /timeout 360000
개발 기계 연결: test0.example.com:4045
원격 접근(사전에 개발자 모드 활성화 필요): http://test0.example.com:50080/