1
0
Fork 0

DBG: better initialization messages

This commit is contained in:
mrexodia 2016-09-09 07:33:44 +02:00
parent d1ae94e1c4
commit b1b1e01124
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 3 additions and 0 deletions

View File

@ -513,6 +513,8 @@ static DWORD WINAPI loadDbThread(LPVOID)
FileHelper::ReadAllText(notesFile, text);
GuiSetGlobalNotes(text.c_str());
dputs(QT_TRANSLATE_NOOP("DBG", "File read thread finished!"));
return 0;
}
@ -555,6 +557,7 @@ extern "C" DLL_EXPORT const char* _dbg_dbginit()
#endif //ENABLE_MEM_TRACE
initDataInstMap();
dputs(QT_TRANSLATE_NOOP("DBG", "Start file read thread..."));
CloseHandle(CreateThread(nullptr, 0, loadDbThread, nullptr, 0, nullptr));
// Create database directory in the local debugger folder