Merge pull request #6076 from spycrab/qt_debugger

Qt: Implement Debugger (part 1 of ∞)
This commit is contained in:
Pierre Bourdon 2018-01-03 03:44:27 +01:00 committed by GitHub
commit fd13851df2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 1679 additions and 2 deletions

View file

@ -73,6 +73,7 @@ int main(int argc, char* argv[])
UICommon::CreateDirectories();
UICommon::Init();
Resources::Init();
Settings::Instance().SetDebugModeEnabled(options.is_set("debugger"));
// Hook up alerts from core
RegisterMsgAlertHandler(QtMsgAlertHandler);