- Moderator
- #21
Yeah, i think i can help for remote debugging
First you need to compil MP (but you surely know how to do that)
I'm quoting old post (from Chemelli thanks to him) that work for me (vs2010) maybe it was added to wiki too :
I don't remember doing the VS2010SP1 part, but for sure the remote debug works.
First you need to compil MP (but you surely know how to do that)
I'm quoting old post (from Chemelli thanks to him) that work for me (vs2010) maybe it was added to wiki too :
Code:
HTPC: machine to debug
DEVPC: machine with VS2008 used for debugging
HTPC:
Install Remote Debugging from VS2008 media.
Start Remote Debugging Wizard: yes to run as a service ( leave localsystem, no pwd ), allow only local LAN machines.
Open service.msc, change credentials of Visual Studio 2008 Remote debugging: use the same user who is logged on HTPC. (Receive the notification that user received the run-as-service rights).
If on x64,run regedit and navigate to HKLM->system->currentcontrolset->services->msvsmon90: change path from .../x64/... to .../x86/...
Stop and start service
Create a user on the HTPC machine with the same login and pwd as the one that is logged on the DEVPC.
DEVPC:
Create a user on the DEVPC machine with the same login and pwd as the one that is logged on the HTPC.
Make it part of the Administrators group.
Start VSS2008 with "run as admin".
Code:
Additional steps for VS2010SP1:
If on x64,run regedit and navigate to HKLM->system->currentcontrolset->services->msvsmon100: change path from .../x64/... to .../x86/...
If on x64,copy "rdbgservice.exe" from "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\Remote Debugger\x64\" to ...\x86\ path
Stop and start service
Disable the firewall or add the necessary ports ( I suspect 8594-8595 TCP, but did not investigate yet)
I don't remember doing the VS2010SP1 part, but for sure the remote debug works.