| 149 | |
| 150 | === Trace to Debugger Viewport === |
| 151 | |
| 152 | This feature is disabled by default. |
| 153 | |
| 154 | Enabling this feature copies the various application specific trace statements into your IDE's debugger viewport or output window. |
| 155 | |
| 156 | The following regedit script demonstrates how to enable the debug message dump: |
| 157 | |
| 158 | {{{ |
| 159 | Windows Registry Editor Version 5.00 |
| 160 | |
| 161 | [HKEY_CURRENT_USER\Software\Space Sciences Laboratory, U.C. Berkeley\BOINC Diagnostics] |
| 162 | "TraceToViewport"=dword:00000001 |
| 163 | }}} |
| 164 | To disable able the message capture use this regedit script: |
| 165 | {{{ |
| 166 | Windows Registry Editor Version 5.00 |
| 167 | |
| 168 | [HKEY_CURRENT_USER\Software\Space Sciences Laboratory, U.C. Berkeley\BOINC Diagnostics] |
| 169 | "TraceToViewport"=dword:00000000 |
| 170 | }}} |