From 8f0c4ab3b60c0e85614ddc3514c7a084ed4cd649 Mon Sep 17 00:00:00 2001 From: yanpeng Date: Tue, 31 Oct 2023 21:29:03 +0800 Subject: [PATCH] The development tool client supports source code display, watch expression, and multi-session Signed-off-by: yanpeng --- tooling/test/testcases/js_breakpoint_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/test/testcases/js_breakpoint_test.h b/tooling/test/testcases/js_breakpoint_test.h index b76c7ea3..09d968af 100644 --- a/tooling/test/testcases/js_breakpoint_test.h +++ b/tooling/test/testcases/js_breakpoint_test.h @@ -35,7 +35,7 @@ public: // break on start {SocketAction::RECV, "Debugger.paused", ActionRule::STRING_CONTAIN}, // set breakpoint - {SocketAction::SEND, "b " DEBUGGER_JS_DIR "sample.js 21"}, + {SocketAction::SEND, "b " DEBUGGER_JS_DIR "sample.js 22"}, {SocketAction::RECV, "", ActionRule::CUSTOM_RULE, MatchRule::replySuccess}, // hit breakpoint after resume first time {SocketAction::SEND, "resume"}, -- Gitee