开发者

How to remote debug unit tests starting them from the debugger

开发者 https://www.devze.com 2023-02-02 23:28 出处:网络
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 para

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?


As far as I know this is not possible in VS2008. :(

0

精彩评论

暂无评论...
验证码 换一张
取 消