Skip to content

Commit

Permalink
document, please ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
i5ting committed Jun 13, 2017
1 parent 14800ee commit 559063b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -843,13 +843,10 @@ https://mattdesl.svbtle.com/debugging-nodejs-in-chrome-devtools

- [debugger官方文档](http://nodejs.org/api/debugger.html)
- [node-inspector仓库地址](https://github.com/node-inspector/node-inspector)

- [nodeunit](https://github.com/caolan/nodeunit)
- [mocha](https://github.com/mochajs/mocha)

- https://github.com/baryon/tracer
- http://www.habdas.org/node-js-debugging-primer/

- https://github.com/visionmedia/mocha
- http://visionmedia.github.io/mocha/
- http://mochajs.org/
Expand All @@ -861,4 +858,8 @@ https://mattdesl.svbtle.com/debugging-nodejs-in-chrome-devtools
- https://github.com/tj/superagent/blob/master/test/node/agency.js(api test示例)
- https://github.com/i5ting/js-tools-best-practice/blob/master/doc/Gulp.md
- https://github.com/SBoudrias/gulp-istanbul
- [Debugger Documentation](https://nodejs.org/api/debugger.html)
- [EPS: `node inspect` CLI debugger](https://github.com/nodejs/node-eps/pull/42)
- [Debugger Protocol Viewer](https://chromedevtools.github.io/debugger-protocol-viewer/)
- [Command Line API](https://developers.google.com/web/tools/chrome-devtools/debug/command-line/command-line-reference?hl=en)

2 changes: 1 addition & 1 deletion preview/README.html
Expand Up @@ -144,7 +144,7 @@ <h1>node-debug tutorial</h1>

<p>这里总结了3法3例,希望能对大家有所帮助 </p>

<p>变成3种境界</p>
<p>编程3种境界</p>

<ul>
<li>打日志</li>
Expand Down
2 changes: 1 addition & 1 deletion preview/index.html
Expand Up @@ -144,7 +144,7 @@ <h1>node-debug tutorial</h1>

<p>这里总结了3法3例,希望能对大家有所帮助 </p>

<p>变成3种境界</p>
<p>编程3种境界</p>

<ul>
<li>打日志</li>
Expand Down

0 comments on commit 559063b

Please sign in to comment.