注册表路径应该是反斜杠:
```r
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter]
"DEFAULT"=dword:0000000f
```
利用DebugView调试Windows程序调试程序时,普遍采用的方式是打印日志文字到文件。利用DebugView调试Windows程序, 更方便查看动态信息。 DebugView Introduction Debug...