Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

stable doc: truncate debugging chapter and section headers

Changeset d8079bd6ac54

Parent 2f3a44375698

by Steve Borho

Changes to one file · Browse files at d8079bd6ac54 Showing diff from parent 2f3a44375698 Diff from another changeset...

 
1
2
 
 
3
4
5
6
7
8
 
 
9
10
11
 
43
44
45
46
47
 
 
48
49
50
 
 
 
1
2
3
4
5
6
 
 
7
8
9
10
11
 
43
44
45
 
 
46
47
48
49
50
@@ -1,11 +1,11 @@
-TortoiseHg Debugging -==================== +Debugging +=========    .. module:: debugging   :synopsis: Debug problems in shell extension or dialogs   -Debugging Dialogs ------------------ +Dialogs +-------    Stderr is being captured to a buffer that is being inspected at program  exit. If any serious errors (tracebacks, etc) are found in the stderr @@ -43,8 +43,8 @@
      -Debugging Shell Extension -------------------------- +Shell Extension +---------------    The debugging mechanisms depend on your platform.