forked from qt-creator/qt-creator
Debugger: Add command for simpler dumper reloading
... to facilitate shorter round trips in dumper development. Change-Id: Ie457293fd137528d74008fc11137b47d92f3859d Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -774,6 +774,12 @@ void QmlCppEngine::resetLocation()
|
||||
DebuggerEngine::resetLocation();
|
||||
}
|
||||
|
||||
void QmlCppEngine::reloadDebuggingHelpers()
|
||||
{
|
||||
if (m_cppEngine)
|
||||
m_cppEngine->reloadDebuggingHelpers();
|
||||
}
|
||||
|
||||
DebuggerEngine *QmlCppEngine::cppEngine() const
|
||||
{
|
||||
return m_cppEngine;
|
||||
|
||||
Reference in New Issue
Block a user