| Index: plugins/org.chromium.sdk.wipbackend.wk118685/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SetBreakpointByUrlData.java
|
| diff --git a/plugins/org.chromium.sdk.wipbackend.wk118685/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SetBreakpointByUrlData.java b/plugins/org.chromium.sdk.wipbackend.wk118685/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SetBreakpointByUrlData.java
|
| deleted file mode 100644
|
| index 77d2fd9c90abd8f17e913491745eb69b876d8db1..0000000000000000000000000000000000000000
|
| --- a/plugins/org.chromium.sdk.wipbackend.wk118685/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SetBreakpointByUrlData.java
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Generated source.
|
| -// Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator
|
| -// Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/Inspector.json@114632
|
| -
|
| -package org.chromium.sdk.internal.wip.protocol.input.debugger;
|
| -
|
| -/**
|
| - Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
|
| - */
|
| -@org.chromium.sdk.internal.protocolparser.JsonType
|
| -public interface SetBreakpointByUrlData {
|
| - /**
|
| - Id of the created breakpoint for further reference.
|
| - */
|
| - String/*See org.chromium.sdk.internal.wip.protocol.common.debugger.BreakpointIdTypedef*/ breakpointId();
|
| -
|
| - /**
|
| - List of the locations this breakpoint resolved into upon addition.
|
| - */
|
| - java.util.List<org.chromium.sdk.internal.wip.protocol.input.debugger.LocationValue> locations();
|
| -
|
| -}
|
|
|