From 8977afcc2903a2ec76a918effd180780d220802b Mon Sep 17 00:00:00 2001 From: "SND\\strangedev_cp" Date: Tue, 18 Feb 2014 00:37:54 +0000 Subject: [PATCH] [0.2.x] docs: minor formatting fixes in chapter 3.4 git-svn-id: https://pykd.svn.codeplex.com/svn@87303 9b283d60-5439-405e-af05-b73fd8c4d996 --- docs/en/documentation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/documentation.txt b/docs/en/documentation.txt index 81a687d..cde13f5 100644 --- a/docs/en/documentation.txt +++ b/docs/en/documentation.txt @@ -225,10 +225,10 @@ The first function determines whether the debugger is doing live debugging or an [←Table of contents|#tableofcontents] {anchor:managedebugging-printingdebuginformation} !! 3.4 Printing debug information -To display information on the screen you can use the default Python print method, but it is recommended to use the special functions +To display information on the screen you can use the default Python _print_ method, but it is recommended to use the special functions *dprint(message, dml = False)* *dprintln(message, dml = False)* -The second function differs from the first in that it automatically adds a newline. The optional parameter _dml_ includes output of DML. DML is specific to WinDbg and can be considered as very simple HTML. You can turn DML support on or off in WinDbg using _.prefer_dml_. Text formatting can be done using the following tags: +The second function differs from the first in that it automatically adds a newline. The optional parameter _dml_ includes output of DML. DML is specific to WinDbg and can be considered as very simple HTML. You can turn DML support on or off in WinDbg using _.prefer{"_"}dml_. Text formatting can be done using the following tags: * ... - emphasize * ... - italics * ... - underline