I do remote debugging regularly thanks to the msvsmon Visual Studio 2010 tool. I used to set the timeout to zero on the settings screen, since I just want the tool to continue to work until I finish with it:

This works great, but I'm tired of doing it every day, and I'm trying to do it with a script using the appropriate command line switch:
msvsmon.exe /timeout:0
But no cigar:

I can get around this by setting a ridiculously long timeout, but I just check: is there a way to disable this timeout from the command line? Or maybe with a registry key?
source
share