This repository was archived by the owner on Jan 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ Install
3333 npm install connect socket.io socket.io-client cli q xml2js
3434 git clone git://github.com/ajaxorg/lib-phpdebug.git
3535 cd lib-phpdebug
36- git checkout dev
3736 git submodule init
3837 git submodule update
3938
Original file line number Diff line number Diff line change 2727 *
2828 */
2929
30- var DBGP = require ( "./dbgp" ) ;
31-
32-
3330var Server = exports . Server = function ( options )
3431{
3532 var self = this ;
Original file line number Diff line number Diff line change 3131 * (for use on server) or to the debug proxy server (for use in browser).
3232 *
3333 * Provides all the wrapping to make `./dbgp` usable on server and in browser
34- * and abstracts [DBGP Protocol](http://www.xdebug.org/docs-dbgp.php) to
34+ * and abstracts the [DBGP Protocol](http://www.xdebug.org/docs-dbgp.php) to
3535 * hide low-level connection and session logic.
3636 *
3737 */
Original file line number Diff line number Diff line change 3535 * If the debug proxy server is not running it is started at the beginning of the first test
3636 * in the first test suite and shut down after the last test in the last test suite.
3737 *
38- * Usage:
39- *
40- * var HELPER = require("./_helper");
41- * HELPER.ready(function() {
42- * // TODO: for each test suite
43- * HELPER.startSuite(function()
44- * {
45- * // TODO: run test suite
46- * HELPER.endSuite(function() {
47- * // TODO: end test suite
48- * });
49- * });
50- * });
51- *
5238 * External Dependencies:
5339 *
5440 * * `CLI` <- `npm install cli` -> [https://github.com/chriso/cli](https://github.com/chriso/cli)
You can’t perform that action at this time.
0 commit comments