From bd5f99ffcbb1e7245e9420e17808598cf8c402cf Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Tue, 2 Oct 2018 08:46:38 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=97=8AnB=20and=20^N=20commands=20to=20?= =?UTF-8?q?DDT=20guide.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/debugging.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/debugging.md b/doc/debugging.md index 7a0438b6..78654a66 100644 --- a/doc/debugging.md +++ b/doc/debugging.md @@ -15,6 +15,7 @@ Notes where exec DDT differs from timesharing DDT. | ◊0G | Set PC to starting address | N/A | *n*◊B | Set breakpoint at *n* | ◊B | Remove breakpoint at current location | Remove all breakpoints +| ◊*n*B | Address to breakpoint *n* information | Also removes breapoint *n* | .◊B | Set breakpoint at current location | . | Current location | ◊. | Current value of PC @@ -29,5 +30,5 @@ Notes where exec DDT differs from timesharing DDT. | ' | Print ◊Q as six SIXBIT characters | " | Print ◊Q as five ASCII characters | # | Print ◊Q as one ASCII character | N/A -| ^N | Single step | N/A +| ^N | Single step | KS10 only | ◊^N | Stop at next instruction (skip over calls) | N/A