forked from qt-creator/qt-creator
Fixes: debugger: work on more fine-grained breakpoints-in-plugins
setting
This commit is contained in:
@@ -200,6 +200,11 @@ public:
|
||||
bool m_useToolTips;
|
||||
|
||||
QString m_scriptFile;
|
||||
|
||||
bool m_pluginAllBreakpoints;
|
||||
bool m_pluginSelectedBreakpoints;
|
||||
bool m_pluginNoBreakpoints;
|
||||
QString m_pluginSelectedBreakpointsPattern;
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user