Skip to content

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

Merged
merged 2 commits into from
Nov 20, 2016

Conversation

mightyiam
Copy link
Contributor

No description provided.

## Debugging

The AVA CLI runs tests in child processes.
Thus to debug one must bypass it:
Copy link
Member

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.
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* => -

@mightyiam
Copy link
Contributor Author

The changes requested by @sindresorhus were committed.

@sindresorhus sindresorhus merged commit 23d1322 into avajs:master Nov 20, 2016
@mightyiam mightyiam deleted the readme-debug-doc branch November 20, 2016 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants