mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
If the evaluation context is not valid the detail panel should be cleared.
This commit is contained in:
parent
2dc29833ff
commit
6fa60a512c
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ public class CValueDetailProvider {
|
|||
}
|
||||
} );
|
||||
}
|
||||
else { // no valid stack frame, clear detail pane
|
||||
listener.detailComputed( value, "" ); //$NON-NLS-1$
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue