forked from qt-creator/qt-creator
Debugger: Allow disabling individual breakpoint locations
... for breakpoints that resolve to multiple locations, like templates. Toggling is done via the the breakpoint view context menu, for now only available with GDB and not persistent. Change-Id: I098ae13a5518e9f671c647680f8bd4413e7e5ccc Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1421,6 +1421,11 @@ void DebuggerEngine::changeBreakpoint(Breakpoint bp)
|
||||
QTC_CHECK(false);
|
||||
}
|
||||
|
||||
void DebuggerEngine::enableSubBreakpoint(const QString &, bool)
|
||||
{
|
||||
QTC_CHECK(false);
|
||||
}
|
||||
|
||||
void DebuggerEngine::assignValueInDebugger(WatchItem *,
|
||||
const QString &, const QVariant &)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user