forked from qt-creator/qt-creator
Debugger: Change BreakpointOnSignalHandler to BreakpointOnQMLSignalHandler
Change-Id: Ic71299c38863cdb55862ced7348b2bdc9cf39555 Reviewed-on: http://codereview.qt-project.org/5743 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -639,7 +639,7 @@ bool QmlEngine::acceptsBreakpoint(BreakpointModelId id) const
|
||||
//If it is a Cpp Breakpoint query if the type can be also handled by the debugger client
|
||||
//TODO: enable setting of breakpoints before start of debug session
|
||||
//For now, the event breakpoint can be set after the activeDebuggerClient is known
|
||||
//This is because the older client does not support BreakpointOnSignalHandler
|
||||
//This is because the older client does not support BreakpointOnQmlSignalHandler
|
||||
bool acceptBreakpoint = false;
|
||||
if (d->m_adapter.activeDebuggerClient()) {
|
||||
acceptBreakpoint = d->m_adapter.activeDebuggerClient()->acceptsBreakpoint(id);
|
||||
|
||||
Reference in New Issue
Block a user