- Aug
- 2,799
- 144
Both DebugView (from SysInternals)
and WinDbg (from Microsoft)
are overkill if you just want to capture debug output via the internal DEBUGSTRING command.
DbgVision is free and open source,
and is only for OutputDebugString (DEBUGSTRING) messages.
Ref: GitHub - henrypp/dbgvision: (NEW!) Is an application that lets you monitor debug output on your local system.
Joe
and WinDbg (from Microsoft)
are overkill if you just want to capture debug output via the internal DEBUGSTRING command.
DbgVision is free and open source,
and is only for OutputDebugString (DEBUGSTRING) messages.
Ref: GitHub - henrypp/dbgvision: (NEW!) Is an application that lets you monitor debug output on your local system.
Joe