}
throw new RuntimeException("Failed to find breakpoint option"); //$NON-NLS-1$
}
private static int findBreakpointOptionRaw(String optionText) {
Direction direction;
if (optionText == null || optionText.length() == 0) {
direction = null;
} else {
try {
direction = Direction.valueOf(optionText);