mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
[299323] Scrolling through invalid memory grows the Eclipse error log
This commit is contained in:
parent
01e44176ed
commit
c341b5b329
1 changed files with 6 additions and 3 deletions
|
@ -1004,9 +1004,12 @@ public class Rendering extends Composite implements IDebugEventSetListener
|
||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
logError(
|
// User can scroll to any memory, whether it's valid on the
|
||||||
TraditionalRenderingMessages
|
// target or not. Doesn't make much sense to fill up the Eclipse
|
||||||
.getString("TraditionalRendering.FAILURE_READ_MEMORY"), e); //$NON-NLS-1$
|
// error log with such "failures".
|
||||||
|
// logError(
|
||||||
|
// TraditionalRenderingMessages
|
||||||
|
// .getString("TraditionalRendering.FAILURE_READ_MEMORY"), e); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue