Class Debugger.SetBreakpointByUrlResponse

  • Enclosing class:
    Debugger

    public static class Debugger.SetBreakpointByUrlResponse
    extends java.lang.Object
    • Constructor Detail

      • SetBreakpointByUrlResponse

        public SetBreakpointByUrlResponse​(BreakpointId breakpointId,
                                          java.util.List<Location> locations)
    • Method Detail

      • getBreakpointId

        public BreakpointId getBreakpointId()
        Id of the created breakpoint for further reference.
      • getLocations

        public java.util.List<Location> getLocations()
        List of the locations this breakpoint resolved into upon addition.