DebugPrint to debugger util function
This commit is contained in:
@@ -25,6 +25,8 @@ bool IsDebuggerAttached();
|
||||
// If no debugger is present, a signal will be raised.
|
||||
void Break();
|
||||
|
||||
void DebugPrint(const char *fmt, ...);
|
||||
|
||||
} // namespace debugging
|
||||
} // namespace xe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user