No output from DebugView

前端 未结 4 1821
生来不讨喜
生来不讨喜 2020-12-08 11:04

I\'ve installed DebugView 4.79 on Windows 7 and Windows 8 64 bit machines and a Windows 7 32 bit machine. On all of them I see no output from DebugView when starting it as A

相关标签:
4条回答
  • 2020-12-08 11:25

    IF "Debug Print Filter" doesn't exist, you should create it manually

    0 讨论(0)
  • 2020-12-08 11:29

    It sounds like there may be a bug in 4.79.

    Try rolling back to 4.76

    Checklist:

    • Run as Admin / Elevated privileges
    • Enable Verbose Kernel Output (if applicable)
    • Also, ensure that the .exe isn't blocked
    0 讨论(0)
  • 2020-12-08 11:34

    You will need to make sure your process is running on same user or not. EX: Your process is running in SYSTEM user. Your debug View is running on current user.

    If not same user then you will need to start debug view as elevated mode.

    0 讨论(0)
  • 2020-12-08 11:36

    By default DbgPrint() output is disabled in Vista/Server2008 and above. The following setting in the registry should enable the debug prints.

    1. Open up the registry
    2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter
    3. Add the following value DEFAULT : REG_DWORD : 0xFFFFFFFF
    4. Reboot
    0 讨论(0)
提交回复
热议问题