Interface EvaluateArgumentsContext


  • public interface EvaluateArgumentsContext
    The context in which the evaluate request is used.

    Possible values include - but not limited to those defined in EvaluateArgumentsContext

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLIPBOARD
      evaluate is called to generate clipboard contents.
      static java.lang.String HOVER
      evaluate is called to generate the debug hover contents.
      static java.lang.String REPL
      evaluate is called from a REPL context.
      static java.lang.String VARIABLES
      evaluate is called from a variables view context.
      static java.lang.String WATCH
      evaluate is called from a watch view context.