简体   繁体   中英

remote debugging windows 8.1 driver Visual studio 2013

I'm trying to set up remote debugging on Visual studio 2013. I think I installed everything on my computer and the hyper-v machine too + updated.

So whats happening: I open a microsoft UMDF driver sample. (I can build it without any errors). I select Debugging tools for windows remote debugger. Then a message box pops up named Deployment not configured.

I select I know what I'm doing continue debugging. Then the Computer configuration wizard starts add new computer. I select provision computer and automatically configure debuggers. Then the configuration process configure my hyper-v machine fine. Installs the necessary files restart the computer and log in with the name WDKRemoteUser. Then I Click Finish then this error pop-up.

The required property 'DbgengRemoteCommand' is missing or empty. (OK)

So I need to fill up the package property pages->configuration properties->debugging-> Remote Command, Remote Command Arguments, Remote Working Directory, Remote Computer name manually?

And if I had to what should I write there or I miss something else?

您只需要指定“远程工作目录”参数,就可以为其提供与构建目录相同的路径,就可以了。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM