ben-page / node-test

A simple, asynchronous test runner for Node.js.
https://www.npmjs.com/package/node-test
MIT License
4 stars 1 forks source link

Debugging #20

Open ghost opened 8 years ago

ghost commented 8 years ago

I was reading your readme, and saw you mentioned debugging. Why not offer it properly? A debug option? And from the CLI a --debug flag?

It should be easy enough to debug serial tests? I guess since node-test isn't going to support spawnin of new processes, debugging directly should be possible.

However debugging is broken in Node.js 5.2. https://github.com/nodejs/node/issues/4297

From CLI this could be done simple. A debug flag that activate the serial option and other things related to debugging. This will make it easy for JetBrains. Intellij or VS Code.

What is your progress with the CLI ?