1
0
Fork 0
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:
Ted Williams 2008-09-18 00:00:15 +00:00
parent 461838f7a2
commit 13adefb692

View file

@ -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();