visual studio - live debug in vm - failed to power on the virtual machine -
i want remotely debug visual-cpp app vmware virtual debugger
windows 7 x64
host in windows vista ultimate x64
guest. have same visual studio 2010
installed on both host , guest. followed directions here, setting following in host vs vmware options:
- virtual machine - path
.vmx
file - remote debug monitor path - path
msvsmon.exe
on host - remote debug monitor name -
vmdebug
- guest command -
\\vmware-host\shared folders\...\bin\debugwin32\myapp.exe
- guest login credentials - user , pass vm
the problem when start remote debugging, get:
debugging started...
starting virtual machine.
an error has occurred in application. more information please see log file. path listed in box.
vmware: failed power on virtual machine. unknown error.
this action terminated prematurely or canceled user.
an error has occurred in application. more information please see log file. path listed in box.
i looked log file activitylog.xml
, can see information
records, , 1 in reference vmware is
303 2014/09/11 09:10:37.424 information visualstudio unloading addin , calling ondisconnection: vmdebugger.connect
any ideas on i'm doing wrong debug remotely?
i got past problem using no authentication on remote debugger guest. in addition steps shown in tutorial, replicated solution path had on host in guest application.
Comments
Post a Comment