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
When being on a breakpoint, autocomplete in the debug console should work exactly like in the editor.
Also the "watch view" should support autocomplete.
When a called method throws an exception, this should be printed in the debug console as well.
Environment
Operating System: macOS 10.12.6 (16G1212)
JDK version: 1.8.0_144-b01
Visual Studio Code version: 1.20.0 (1.20.0)
Java extension version: 0.18.1
Java Debugger extension version:0.6.0
Steps To Reproduce
break at a break point
open debug console and start typing a variable name in the scope of the breakpoint and hit ctrl-space.
Current Result
empty auto complete box
Expected Result
same as in editor view
Additional Informations
The text was updated successfully, but these errors were encountered:
When being on a breakpoint, autocomplete in the debug console should work exactly like in the editor.
Also the "watch view" should support autocomplete.
When a called method throws an exception, this should be printed in the debug console as well.
Environment
Steps To Reproduce
Current Result
empty auto complete box
Expected Result
same as in editor view
Additional Informations
The text was updated successfully, but these errors were encountered: