From d794d214aa2928c55f66affb2966299e36cd9a1b Mon Sep 17 00:00:00 2001 From: thrust26 Date: Fri, 20 Mar 2020 09:37:49 +0100 Subject: [PATCH] minor debugger doc update --- docs/debugger.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/debugger.html b/docs/debugger.html index 19af56cdf..80246c1c4 100644 --- a/docs/debugger.html +++ b/docs/debugger.html @@ -1193,6 +1193,8 @@ the reason will be shown as follows:
  • "WTrap:" for write traps
  • "RTrapIf:" for conditional read traps
  • "WTrapIf:" for conditional write traps
  • +
  • "RWP:" for reads from write ports
  • +
  • "WRP:" for writes to read ports
  • See the Breakpoints, watches and traps...