Skip to content

Commit 85d4d1b

Browse files
committed
Display unsupported command details
1 parent 240fd6f commit 85d4d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HLAdapter.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ class HLAdapter extends DebugSession {
10531053
variablesReference : 0,
10541054
};
10551055
default:
1056-
debug("Unsupported command");
1056+
debug("Unsupported command " + args.expression);
10571057
}
10581058
} else {
10591059
var value = dbg.getValue(args.expression);

0 commit comments

Comments
 (0)