Move debugging options into a separate INI section, since I use them

very frequently, and they're mostly not available in the menus.

Add LogCheckpoints.

Move checkpoint code into a namespace.
This commit is contained in:
Glenn Maynard
2003-11-24 00:23:18 +00:00
parent f8eb93d95f
commit a6b072c9ca
6 changed files with 62 additions and 38 deletions
+1 -1
View File
@@ -716,7 +716,7 @@ static void DoSave(const EXCEPTION_POINTERS *pExc)
Report(NULL, hFile, "");
// Dump thread stacks
WriteBuf( hFile, GetCheckpointLogs("\r\n") );
WriteBuf( hFile, Checkpoints::GetLogs("\r\n") );
Report(NULL, hFile, "");
ReportCrashCallStack(NULL, hFile, pExc);