如何从调试器启动单元测试进行远程调试
我需要远程调试一些从调试器启动的单元测试。即使将调试属性设置为远程调试器,并将应用程序设置为具有正确参数的 MSTest,当我开始执行时,这些设置也会被忽略并启动本地 MSTest。
有什么提示吗?
提前致谢。
编辑:为了澄清,我想从远程计算机上的命令行运行 MSTest 并在我自己的计算机上调试该执行。这可能吗?
I need to remote debugging some unit tests starting them from my debugger. Even setting the debug properties to remote debugger and setting the application to MSTest with the rigth parameters when I start the execution the settings are ignored and the local MSTest is launched.
Any hint?
Thanks in advance.
EDIT: To clarify, I want to run MSTest from the commandline at a remote machine and debug that execution at my own machine. Is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,这在 VS2008 中是不可能的。 :(
As far as I know this is not possible in VS2008. :(