minor debugger doc update

This commit is contained in:
thrust26 2020-03-20 09:37:49 +01:00
parent 6739ada4f2
commit 264fcabba9
1 changed files with 2 additions and 0 deletions

View File

@ -1193,6 +1193,8 @@ the reason will be shown as follows:
<li>"WTrap:" for write traps</li>
<li>"RTrapIf:" for conditional read traps</li>
<li>"WTrapIf:" for conditional write traps</li>
<li>"RWP:" for reads from write ports</li>
<li>"WRP:" for writes to read ports</li>
</ul>
</p>
See the <a href="#BreakpointsEtc"><b>Breakpoints, watches and traps...</b></a>