int line = DLocation.decodeLine(bp);
if (m_wideLines) {
module = (int)wideModule;
line = (int)wideLine;
}
addEvent(new BreakEvent(module, line, targetIsolate));
break;
}
case DMessage.InContinue: {
/* we are running again so trash all our variable contents */