Debugger: Add a Network widget

Display socket table, SSL context and options
This commit is contained in:
Sepalani
2020-04-19 23:30:50 +04:00
parent 88ae4c7914
commit 5e33cd48da
14 changed files with 406 additions and 20 deletions

View File

@ -235,6 +235,7 @@ private:
QAction* m_show_watch;
QAction* m_show_breakpoints;
QAction* m_show_memory;
QAction* m_show_network;
QAction* m_show_jit;
QMenu* m_cols_menu;