public interface CloudDebuggerCallback
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudDebuggerCallback.ClassType
Classification of a Java class.
|
| Modifier and Type | Method and Description |
|---|---|
CloudDebuggerCallback.ClassType |
getClassType(Class<?> cls)
Classifies Java class.
|
CloudDebuggerCallback.ClassType getClassType(Class<?> cls)
The debugger hides or shows local variables and fields based on the class classification.
Copyright © 2022. All rights reserved.