简体   繁体   中英

Unit test step debugging in Visual Studio 2012 inaccurate line stepping

I have the issue when step debugging a unit test that the execution marker is jumping inaccurately over different lines of code. I have the feeling that I had to fix this before but can't remember how to.

Does anyone have a solution to it?

Fixed it by hand-modifying the .testsettings file in the solution directly and removing the AgentRule section.

http://adamprescott.net/2013/01/18/vs2012-debugger-jumping-around-for-vs2010-unit-tests/

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