YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Timeout triggers new test and blows away client-side debugger state. #17

Closed mojit0 closed 10 years ago

mojit0 commented 11 years ago

If you have a debugger statement in a client-side test the next test will start and cause your debugger to reset. There's no way to tell arrow not to time out.

proverma commented 10 years ago

I think its related to #16 , and should not be an issue any more, as its all part of same process. please reopen if thats not the case.