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

No way to set --debug-brk or similar debugger flags for node.js #16

Closed mojit0 closed 10 years ago

mojit0 commented 11 years ago

Arrow seems to spawn node processes which don't carry along debugging flags, meaning debugger statements on server-side tests are ignored.

proverma commented 10 years ago

@mojit0 I think this bug is not relevant any more , as we dont spawn new arrow process for every descriptor. its all part of same process now, do let me know if this is still an issue.