Debugger: Add an option to show simple values as text annotations

Change-Id: I726d8559d7e28abd776ce483d5f670be5af09412
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2021-01-18 16:30:38 +01:00
parent 0ed99a954b
commit 79ade10c4a
11 changed files with 181 additions and 12 deletions

View File

@@ -1113,6 +1113,7 @@ void DebuggerEngine::gotoLocation(const Location &loc)
}
d->m_breakHandler.setLocation(loc);
d->m_watchHandler.setLocation(loc);
}
void DebuggerEngine::gotoCurrentLocation()