-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Readme: explain how to debug (fixes #1112) #1116
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
Conversation
## Debugging | ||
|
||
The AVA CLI runs tests in child processes. | ||
Thus to debug one must bypass it: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AVA runs tests in child processes, so to debug tests, you need to do this workaround:
``` | ||
|
||
In the future this bypass may not be required; | ||
See #874. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put it on the previous line.
The AVA CLI runs tests in child processes. | ||
Thus to debug one must bypass it: | ||
|
||
``` console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove space
In the future this bypass may not be required; | ||
See #874. | ||
|
||
### Debugger-Specific Tips |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't titleize
|
||
### Debugger-Specific Tips | ||
|
||
* [WebStorm](docs/recipes/debugging-with-webstorm.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*
=> -
The changes requested by @sindresorhus were committed. |
No description provided.