1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

If the evaluation context is not valid the detail panel should be cleared.

This commit is contained in:
Mikhail Khodjaiants 2010-04-07 16:31:30 +00:00
parent 2dc29833ff
commit 6fa60a512c

View file

@ -42,6 +42,9 @@ public class CValueDetailProvider {
}
} );
}
else { // no valid stack frame, clear detail pane
listener.detailComputed( value, "" ); //$NON-NLS-1$
}
}
}
}