-
Bug
-
Resolution: Fixed
-
P3
-
8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085472 | emb-9 | Jan Lahoda | P3 | Resolved | Fixed | team |
JDK-8086997 | 8u65 | Jan Lahoda | P3 | Resolved | Fixed | b01 |
JDK-8076595 | 8u60 | Jan Lahoda | P3 | Resolved | Fixed | b10 |
JDK-8138423 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8079046 | emb-8u60 | Jan Lahoda | P3 | Resolved | Fixed | team |
See issue https://netbeans.org/bugzilla/show_bug.cgi?id=246528
In the attached project, when the debugger is suspended on line 7, no variables can be seen.
When we look into stack frame "155584260.process", there are two arguments under "this":
arg$1 = Main@383534aa
arg$2 = "test"
The second argument is actually a value of the desired "variable".
Please add the outer variables to the LocalVariableTable so that debuggers can access them.
In the attached project, when the debugger is suspended on line 7, no variables can be seen.
When we look into stack frame "155584260.process", there are two arguments under "this":
arg$1 = Main@383534aa
arg$2 = "test"
The second argument is actually a value of the desired "variable".
Please add the outer variables to the LocalVariableTable so that debuggers can access them.
- backported by
-
JDK-8076595 Debugger has no access to outer variables inside Lambda
-
- Resolved
-
-
JDK-8079046 Debugger has no access to outer variables inside Lambda
-
- Resolved
-
-
JDK-8085472 Debugger has no access to outer variables inside Lambda
-
- Resolved
-
-
JDK-8086997 Debugger has no access to outer variables inside Lambda
-
- Resolved
-
-
JDK-8138423 Debugger has no access to outer variables inside Lambda
-
- Resolved
-
- relates to
-
JDK-8054220 Debugger doesn't show variables *outside* lambda
-
- Closed
-
(1 relates to)