Adding some comments.

This commit is contained in:
Ben Vanik
2015-12-02 17:37:48 -08:00
parent 66cab7b76e
commit 249b952de9
6 changed files with 178 additions and 14 deletions

View File

@@ -25,6 +25,9 @@ bool IsDebuggerAttached();
// If no debugger is present, a signal will be raised.
void Break();
// Prints a message to the attached debugger.
// This bypasses the normal logging mechanism. If no debugger is attached it's
// likely to no-op.
void DebugPrint(const char* fmt, ...);
} // namespace debugging