Class SetFunctionBreakpointsResponse


  • public class SetFunctionBreakpointsResponse
    extends java.lang.Object
    Response to 'setFunctionBreakpoints' request.

    Returned is information about each breakpoint created by this request.

    • Constructor Detail

      • SetFunctionBreakpointsResponse

        public SetFunctionBreakpointsResponse()
    • Method Detail

      • getBreakpoints

        public Breakpoint[] getBreakpoints()
        Information about the breakpoints. The array elements correspond to the elements of the 'breakpoints' array.
      • setBreakpoints

        public void setBreakpoints​(Breakpoint[] breakpoints)
        Information about the breakpoints. The array elements correspond to the elements of the 'breakpoints' array.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object