toNullableInteger(ignoreCount)),
true,
new V8CommandCallbackBase() {
@Override
public void success(SuccessCommandResponse successResponse) {
BreakpointBody body;
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);