mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[247762] [memory] TraditionalGoToAddressRendering should report expression evaluation failure to user
This commit is contained in:
parent
461838f7a2
commit
13adefb692
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ public class TraditionalGoToAddressRendering extends AbstractMemoryRendering {
|
|||
}
|
||||
catch(NumberFormatException nfe)
|
||||
{
|
||||
|
||||
MemoryViewUtil.openError(DebugUIMessages.GoToAddressAction_Go_to_address_failed,
|
||||
DebugUIMessages.GoToAddressAction_Address_is_invalid, nfe);
|
||||
}
|
||||
|
||||
IMemoryRenderingContainer containers[] = fSite.getMemoryRenderingContainers();
|
||||
|
|
Loading…
Add table
Reference in a new issue