From ae8a08fa3944d23bdd8f8a158817db7257ef3da2 Mon Sep 17 00:00:00 2001 From: STC Date: Sat, 30 May 2026 01:05:36 +0900 Subject: [PATCH] Add 'info instruments' help entry to xsdb --- tools/xsbug-log/xsbug-debugmachine.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/xsbug-log/xsbug-debugmachine.js b/tools/xsbug-log/xsbug-debugmachine.js index 6bdde4551..c488b3b9b 100644 --- a/tools/xsbug-log/xsbug-debugmachine.js +++ b/tools/xsbug-log/xsbug-debugmachine.js @@ -2844,7 +2844,8 @@ class DebugMachine extends Machine { { keys: "eval ", desc: "Evaluate JavaScript expression in current frame" }, { keys: "info modules", desc: "List loaded modules" }, { keys: "info module name", desc: "Show exports" }, - { keys: "info modules.name.path", desc: "Navigate into module exports" } + { keys: "info modules.name.path", desc: "Navigate into module exports" }, + { keys: "info instruments", desc: "Print instrument snapshots" } ] }, {