Jump to content

KernelDebugRef - Strings: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 May 2025

  • curprev 23:1423:14, 3 May 2025 Martini talk contribs 610 bytes +610 Created page with "{{IBM-Reprint}} {{KernelDebugRef}} A string can be represented as follows: * ''''characters'''' * '''"characters"''' A string represents a list of ASCII values. It can be any number and combination of characters enclosed in single ('''') or double ('''"''') quotation marks. The starting and ending quotation marks must be the same type. If a matching quotation mark appears inside the string, it must be given twice to prevent the debugger from ending the string too soon..."