From 8342de6478319da3300f983974a925c02a699e54 Mon Sep 17 00:00:00 2001 From: Josh Ramer Date: Fri, 10 May 2024 14:02:47 -0500 Subject: [PATCH] Add the example that shows all tests. --- docs/debugging-tests.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/debugging-tests.md b/docs/debugging-tests.md index b36e4f287..5134815ca 100644 --- a/docs/debugging-tests.md +++ b/docs/debugging-tests.md @@ -6,6 +6,7 @@ There is a script called debug-test.sh in the scripts folder that takes a REGEX # Once in the debugger, i.e. at the chevrons prompt, setting a breakpoint could be as follows: >>> b main ``` +Another idea is to see all the tests in general, at the least the ones prefixed with "test". This is accomplished via the following: `scripts/debug-test.sh test`.