File tree 2 files changed +13
-0
lines changed 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Debugging tests with Chrome DevTools
2
+
3
+ Use [ inspect-process] ( https://github.com/jaridmargolin/inspect-process ) to easily launch a debugging session with Chrome DevTools.
4
+
5
+ ``` console
6
+ $ npm install --global inspect-process
7
+ ```
8
+
9
+ ``` console
10
+ $ inspect node_modules/ava/profile.js some/test/file.js
11
+ ```
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ $ node --inspect node_modules/ava/profile.js some/test/file.js
181
181
182
182
### Debugger-specific tips
183
183
184
+ - [ Chrome DevTools] ( docs/recipes/debugging-with-chrome-devtools.md )
184
185
- [ WebStorm] ( docs/recipes/debugging-with-webstorm.md )
185
186
186
187
@@ -1030,6 +1031,7 @@ It's the [Andromeda galaxy](https://simple.wikipedia.org/wiki/Andromeda_galaxy).
1030
1031
- [ Configuring Babel] ( docs/recipes/babelrc.md )
1031
1032
- [ Testing React components] ( docs/recipes/react.md )
1032
1033
- [ JSPM and SystemJS] ( docs/recipes/jspm-systemjs.md )
1034
+ - [ Debugging tests with Chrome DevTools] ( docs/recipes/debugging-with-chrome-devtools.md )
1033
1035
- [ Debugging tests with WebStorm] ( docs/recipes/debugging-with-webstorm.md )
1034
1036
1035
1037
## Support
You can’t perform that action at this time.
0 commit comments