Qt/Debugger: Implement "Breakpoints" window

This commit is contained in:
spycrab 2017-10-03 18:43:44 +02:00
commit 8795b342d1
13 changed files with 615 additions and 0 deletions

View file

@ -173,6 +173,7 @@ void WatchWidget::closeEvent(QCloseEvent*)
{
Settings::Instance().SetWatchVisible(false);
}
void WatchWidget::OnLoad()
{
IniFile ini;