Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable doc: shell extension debug info was out of date

Changeset cb794f024650

Parent 6453a0f5d850

by Steve Borho

Changes to one file · Browse files at cb794f024650 Showing diff from parent 6453a0f5d850 Diff from another changeset...

 
55
56
57
58
 
 
 
 
 
 
59
60
61
62
63
 
 
 
64
65
66
 
55
56
57
 
58
59
60
61
62
63
64
 
 
 
 
65
66
67
68
69
70
@@ -55,12 +55,16 @@
 for some info bits about Running and Testing Shell Extensions on Windows    The :command:`DbgView` tool from the SysInternals suite will capture -debug messages from the shell extension. +debug messages from the shell extension. However, the shell +extension does not emit debugging info by default. It must be enabled +by setting the registry key defined in +:file:`win32/shellext/DebugShellExt.reg` in the TortoiseHg source +repository. You can double-click on this file to load the key into your +registry.   -The :command:`ThgTaskbar` application's options dialog has an error -logging tab. If you have this dialog open while you are browsing -folders, you will get info and error level messages from the icon -overlay refresh process. +Another option is to exit the :command:`ThgTaskbar` system tray +application and start it from the command line. It will emit some debug +information to the console.    Nautilus  ~~~~~~~~