From 1b4f15ae50593055d728a6c2ef080f140966830e Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Sun, 8 Aug 2021 06:59:11 -0700 Subject: [PATCH] (#976) Add Ctrl-PrintScreen to debugger CHM docs; section Debugger > Windows --- help/dbg-windows.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/help/dbg-windows.html b/help/dbg-windows.html index ec6d8275..05e29d4c 100644 --- a/help/dbg-windows.html +++ b/help/dbg-windows.html @@ -119,6 +119,17 @@ to the Data window to view memory. Most scrolling keys work.

Cycle to prev. Window

+ + +

^PrtScr

+ + +

Ctrl-PrintScreen

+ + +

Copy debugger disassembly window (CODE or DATA) to the clipboard.

Note: It does NOT copy the console window.

+ +