Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 900277b

Browse files
committed
misc cleanup
1 parent 95106b4 commit 900277b

4 files changed

Lines changed: 1 addition & 19 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/proxy.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
*
2828
*/
2929

30-
var DBGP = require("./dbgp");
31-
32-
3330
var Server = exports.Server = function(options)
3431
{
3532
var self = this;

lib/xdebug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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
*/

test/_helper.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@
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)

0 commit comments

Comments
 (0)