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
* Add the new features to the test plan
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* comment jdk-12 by default
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
## Jump to source code when clicking stack trace in DEBUG CONSOLE
494
+
1. Open `28.debugfeatures` project in VS Code.
495
+
2. Open `StackTrace.java` file.
496
+
3. Click Run or Debug CodeLens, check the DEBUG CONSOLE. It's expected to render the source link for each stack trace line, and clicking the link should open the associated Java file in the editor.
## Enable Java 12 preview for standalone Java files
514
+
1. Install JDK-12.
515
+
2. Open `28.debugfeatures` project in VS Code, and open `Java12Preview.java` file.
516
+
3. Uncomment `"java.home"` in `./vscode/settings.json`.
517
+
4. Run VS Code commmand `Java: clean Java language server workspace`, and click `Restart and delete` button in the prompted message box to reload VS Code.
518
+
5. Add a breakpoint at line 7 of `Java12Preview.java`, and click Debug CodeLens. The debugger should run successfully.
519
+
6. Open VS Code menu `Help -> Open Process Explorer`, find the Java Debuggger process in the `Process Explorer`. And its command line string should contain `--enable-preview` flag.
0 commit comments