nothings / single_file_libs

List of single-file C/C++ libraries.
8.88k stars 584 forks source link

Add debugbreak #71

Closed prasadsilva closed 7 years ago

prasadsilva commented 7 years ago

I found this very simple cross-platform C/C++ function in a single header file to break into the debugger programmatically. It has been useful as a foundation for creating more functional debug assertion methods.