Class Debugger.SetBreakpointResponse

  • Enclosing class:
    Debugger

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

      • SetBreakpointResponse

        public SetBreakpointResponse​(BreakpointId breakpointId,
                                     Location actualLocation)
    • Method Detail

      • getBreakpointId

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

        public Location getActualLocation()
        Location this breakpoint resolved into.