You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to reproduce easily by downloading this example java code: https://github.com/l0y/learnjava6e learnjava6e/ch04/solutions/VisualTriangle.java
Put a breakpoint on line 12, debug and look at local variables.
Screenshots from Emacs (debug incorrect) and IntelliJ IDEA (debug correct):
The text was updated successfully, but these errors were encountered:
Local variables are incorrectly displayed.
You should be able to reproduce easily by downloading this example java code: https://github.com/l0y/learnjava6e learnjava6e/ch04/solutions/VisualTriangle.java
Put a breakpoint on line 12, debug and look at local variables.
Screenshots from Emacs (debug incorrect) and IntelliJ IDEA (debug correct):
The text was updated successfully, but these errors were encountered: