Interface CloudDebuggerCallback

  • All Known Implementing Classes:
    AppVersion

    public interface CloudDebuggerCallback
    Callback interface used by Cloud Debugger to query AppEngine Classic runtime.
    • Method Detail

      • getClassType

        CloudDebuggerCallback.ClassType getClassType​(Class<?> cls)
        Classifies Java class.

        The debugger hides or shows local variables and fields based on the class classification.