microsoft / Detours

Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
MIT License
5.02k stars 981 forks source link

Enable debug logging on 'Debug' build configs #175

Closed sylveon closed 3 years ago

sylveon commented 3 years ago

This enables 'Debug' build configs to build the debug output and breakpoints, and fixes all mistakes that slipped in printf format specifiers.

Microsoft Reviewers: Open in CodeFlow
bgianfo commented 3 years ago

This is a great idea, thank you @sylveon for the contribution!