Debugger: allow to evaluate 'this' and fields in java files
This commit is contained in:
@@ -39,4 +39,11 @@ public class JavaClass {
|
||||
Integer i = 1;
|
||||
int breakpoint = 1;
|
||||
}
|
||||
|
||||
public int javaProperty = 1;
|
||||
private int javaPrivateProperty = 1;
|
||||
|
||||
public void property() {
|
||||
int breakpoint = 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user