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

Commit c861017

Browse files
committed
minor docs
1 parent d1b02fc commit c861017

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

test/browser/session.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ define(function(require, exports, module)
5353
{
5454
ASSERT.equal(args.success, "1");
5555

56+
// @see http://www.xdebug.org/docs-dbgp.php#continuation-commands
5657
session.sendCommand("run");
5758
});
5859
});

test/browser/stepping.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ define(function(require, exports, module)
287287

288288
function next8()
289289
{
290+
// @see http://www.xdebug.org/docs-dbgp.php#continuation-commands
290291
session.sendCommand("run");
291292
}
292293
});

test/session.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ var Test =
6060
{
6161
ASSERT.equal(args.success, "1");
6262

63+
// @see http://www.xdebug.org/docs-dbgp.php#continuation-commands
6364
session.sendCommand("run");
6465
});
6566
});

0 commit comments

Comments
 (0)