Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command-line switch to run in debug mode #323

Open
pose opened this issue Nov 15, 2014 · 3 comments
Open

Command-line switch to run in debug mode #323

pose opened this issue Nov 15, 2014 · 3 comments
Labels
enhancement The software would be more useful if it did more

Comments

@pose
Copy link

pose commented Nov 15, 2014

It would be great to run vows debug mytest.js that will call node debug underneath. Thanks in advance!

@mike-lang
Copy link

+1 This would be very useful for troubleshooting tests

@mike-lang
Copy link

As a workaround, invoking node directly with the debug argument appears to work correctly instead of having the shell invoke node via the shebang. It would be super convenient though if vows included a wrapper that handled a debug argument similar to how mocha handles it

@justin808
Copy link

Why not just replace the command 'vows' with 'node-debug' ?

like

 vows someTest.js

with

node-debug someTest.js

That worked for me.

@evanp evanp added enhancement The software would be more useful if it did more and removed feature-request needs-investigation labels Apr 27, 2018
@evanp evanp changed the title Provide a way to debug tests Command-line switch to run in debug mode Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The software would be more useful if it did more
Projects
None yet
Development

No branches or pull requests

5 participants