forked from qt-creator/qt-creator
Debugger: Re-enable tooltips for non-local values for LLDB
It works again with the base infrastructure. Change-Id: I5f8534dcc6eaa6675bd698151a592c0930cc4843 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -817,8 +817,6 @@ void LldbEngine::resetLocation()
|
||||
|
||||
bool LldbEngine::setToolTipExpression(TextEditor::TextEditorWidget *editorWidget, const DebuggerToolTipContext &context)
|
||||
{
|
||||
return false; // FIXME
|
||||
|
||||
if (state() != InferiorStopOk || !isCppEditor(editorWidget)) {
|
||||
//qDebug() << "SUPPRESSING DEBUGGER TOOLTIP, INFERIOR NOT STOPPED "
|
||||
// " OR NOT A CPPEDITOR";
|
||||
|
||||
Reference in New Issue
Block a user