From 1589e25a278ffc63470bf3611e695caa1294b464 Mon Sep 17 00:00:00 2001 From: Chris Reed Date: Wed, 3 May 2023 15:35:35 -0500 Subject: [PATCH] docs: configuring_logging.md: list debug sequence trace loggers --- docs/configuring_logging.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuring_logging.md b/docs/configuring_logging.md index 5ab164f63..00f352379 100644 --- a/docs/configuring_logging.md +++ b/docs/configuring_logging.md @@ -83,6 +83,8 @@ Trace logger | Trace output `pyocd.coresight.ap.trace` | AP memory transfers `pyocd.coresight.dap.trace` | AP and DP register accesses `pyocd.debug.semihost.trace` | Semihost file operations +`pyocd.debug.sequences.scope.trace` | Open-CMSIS-Pack debug sequence variable read/write +`pyocd.debug.sequences.sequences.trace` | Open-CMSIS-Pack debug sequence statements `pyocd.flash.flash.trace` | Flash algorithm operations `pyocd.probe.cmsis_dap_probe.trace` | CMSIS-DAP probe API calls `pyocd.probe.jlink_probe.trace` | Log output from JLink library