NTVS 30129.00
VS 2013 U4
io.js
Repro:
1. Create an Azure Express 4 web app
2. Add a JavaScriptUnitTest or a Mocha unit test
3. Run the unit test
4. Set a breakpoint in one of the failed unit test
5. In test explore, select the failed test and right click to debug the unit test
Result:
You will see the breakpoint is briefly hit but doesn't stick. It automatically resumes the run as if you hit F5 to continue.
This doesn't happen if you had Node.js installed instead of io.js
Expected:
Stop at the breakpoint.
VS 2013 U4
io.js
Repro:
1. Create an Azure Express 4 web app
2. Add a JavaScriptUnitTest or a Mocha unit test
3. Run the unit test
4. Set a breakpoint in one of the failed unit test
5. In test explore, select the failed test and right click to debug the unit test
Result:
You will see the breakpoint is briefly hit but doesn't stick. It automatically resumes the run as if you hit F5 to continue.
This doesn't happen if you had Node.js installed instead of io.js
Expected:
Stop at the breakpoint.