try {
body = successResponse.body().asBreakpointBody();
} catch (JsonProtocolParseException e) {
throw new RuntimeException(e);
}
long id = body.breakpoint();
final BreakpointImpl breakpoint =
new BreakpointImpl(id, target, line, enabled,
condition, BreakpointManager.this);