Hello,
I have read many documents like "Remote Debugging of a Project Built Loccally" (http://msdn.microsoft.com/en-us/library/8x6by8d2.aspx) but all of them requires the use of VS Remote Debugging Monitor (msvsmon.exe). However, our remote device doesn't support it.
Them, I continue researching and I read that I have to implement the PortSupplier and Port classes, and also update the registry. However, I didn't find the values for the CLSID attribute.
Is there any example or documentation about that? I am not sure if I am on the right way because I set breakpoints in all of the Port and PortSupplier methods and none of then were hit.
All that I want is to be able to update the list of the running processes in the "Attach to Process" UI. The back-end code is completely done and work perfectly in a testing UI.
The remote device doesn't support the Visual Studio Remote Debugging Monitor (msvsmon.exe)
Thanks,
Gustavo