浏览代码

Split out code analysis into new debugging category.

pull/276/head
Jamie 11 年前
父节点
当前提交
07ba91bebc
共有 1 个文件被更改,包括 11 次插入6 次删除
  1. 11
    6
      README.md

+ 11
- 6
README.md 查看文件

27
 	- [Documentation](#documentation)
27
 	- [Documentation](#documentation)
28
 	- [Security](#security)
28
 	- [Security](#security)
29
 	- [Code Analysis](#code-analysis)
29
 	- [Code Analysis](#code-analysis)
30
+	- [Debugging](#debugging)
30
 	- [Build Tools](#build-tools)
31
 	- [Build Tools](#build-tools)
31
 	- [Task Runners](#task-runners)
32
 	- [Task Runners](#task-runners)
32
 	- [Navigation](#navigation)
33
 	- [Navigation](#navigation)
281
 * [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
282
 * [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
282
 
283
 
283
 ## Code Analysis
284
 ## Code Analysis
284
-*Libraries and tools for analysing, parsing and manipulation codebases.*
285
+*Libraries and tools for analysing, parsing and manipulating codebases.*
285
 
286
 
286
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
287
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
287
 * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
288
 * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
298
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
299
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
299
 * [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
300
 * [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
300
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
301
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
301
-* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
302
-* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
303
-* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
304
-* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
305
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
302
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
306
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
303
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
307
-* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
308
 * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
304
 * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
309
 * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
305
 * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
306
+
307
+## Debugging
308
+*Libraries and tools for debugging code.*
309
+
310
+* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
311
+* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
312
+* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
313
+* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
314
+* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
310
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
315
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
311
 
316
 
312
 ## Build Tools
317
 ## Build Tools

正在加载...
取消
保存