mirror of https://github.com/stella-emu/stella.git
minor debugger doc update
This commit is contained in:
parent
1a91ba48fe
commit
d794d214aa
|
@ -1193,6 +1193,8 @@ the reason will be shown as follows:
|
||||||
<li>"WTrap:" for write traps</li>
|
<li>"WTrap:" for write traps</li>
|
||||||
<li>"RTrapIf:" for conditional read traps</li>
|
<li>"RTrapIf:" for conditional read traps</li>
|
||||||
<li>"WTrapIf:" for conditional write 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>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
See the <a href="#BreakpointsEtc"><b>Breakpoints, watches and traps...</b></a>
|
See the <a href="#BreakpointsEtc"><b>Breakpoints, watches and traps...</b></a>
|
||||||
|
|
Loading…
Reference in New Issue