Qt/Debugger: Implement "Breakpoints" window

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

View File

@ -162,4 +162,5 @@ private:
// View
QAction* m_show_registers;
QAction* m_show_watch;
QAction* m_show_breakpoints;
};