Interface ITracepoint

    • Method Detail

      • path

        String path()
        Get the tracepoint path.
        Returns:
        the tracepoint path
      • line

        int line()
        Get the tracepoint line number.
        Returns:
        the line number
      • args

        Map<String,​String> args()
        Get the args for the tracepoint.
        Returns:
        the args on the tracepoint
      • watches

        Collection<String> watches()
        Get the tracepoint watches.
        Returns:
        the configured watches
      • id

        String id()
        The generated ID for the tracepoint.
        Returns:
        the tracepoint id