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

Commit 2d6939e

Browse files
committed
session name fix
1 parent 7fa2f8f commit 2d6939e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/breakpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var Test = {
4040
var client = new XDEBUG.Client(HELPER.getXdebugClientOptions());
4141

4242
client.on("connect", function(data) {
43-
HELPER.debugScript("Simple", "stepping-server");
43+
HELPER.debugScript("Simple", "breakpoints-server");
4444
});
4545

4646
client.on("session", function(session) {

0 commit comments

Comments
 (0)