Closed andxu closed 6 years ago
{i.toString()}
, the debugger will report compilation error. And telemetry doesn't log this kind of user error. [PASS]··· Version: 1.27.2 (user setup) Commit: f46c4c469d6e6d8c46f268d1553c5dc4b475840f Date: 2018-09-12T16:17:45.060Z Electron: 2.0.7 Chrome: 61.0.3163.100 Node.js: 8.9.3 V8: 6.1.534.41 Architecture: x64 ···
for(int a = 0; a < 1000; a++){
System.out.print(""); <---1 {a.toString()}
System.out.print(""); <---2 {novar}
}
Following https://github.com/Microsoft/vscode-java-debug/blob/master/TestPlan.md
1. Configuration
Windows | Mac |
---|---|
Vscode 1.27.2 JDK 10 | Vscode1.27.2 JDK 8 |
2. Open bug: #437
3.Test result:
Test case | Windows | Mac |
---|---|---|
Configurations | Vscode 1.27.2 JDK 10 | Vscode1.27.2 JDK 8 |
Clean install | Pass | Pass |
Uninstall | Pass | Pass |
Update | Pass | Pass |
HelloWorld | Pass | Pass |
CallStack | Pass | Pass |
Multiple Thread | Pass | Pass |
Variables | Pass | Pass |
Big stack frame | Pass | Pass |
Breakpoint and inner class | Pass | Pass |
Variable Perform Test | Pass | Pass |
No debug information test | Pass | Pass |
Maven test | Pass | Pass |
Gradle test | Pass | Pass |
PetClinic | \ | Pass |
TODO application | Pass | Pass |
Single file build | Pass | Pass |
Console application | Pass | Pass |
Java 9 modular application | #437 | \ |
Multi-root | Pass | Pass |
Step filters | Pass | Pass |
Hot Code Replace | Pass | Pass |
Conditional Breakpoints | #369 | Pass |
Restart Frame | Pass | Pass |
Encoding Test for Project under Chinese directory | Pass | Pass |
Encoding Test for text file encoding | #260 | Pass |
Caught and Uncaught exceptions test | Pass | Pass |
Restart Frame | #294 | #294 |
Logpoint | Pass | Pass |
Start without debugging | Pass | Pass |
Environment Variables | Pass | Pass |
Runtime classpath entry | Pass | Pass |
Resolve Variables | Pass | Pass |
Attach evaluation | Pass | Pass |
Features | Win10 x64 | Mac |
---|---|---|
Configurations | Vscode 1.27.2 JDK 10 | Vscode1.27.2 JDK 8 |
Use code lens to run java program in much simpler way | Pass | Pass |
Make vmArgs accept an array | Pass | Pass |
mainClass Should Accept varaiable | Pass | Pass |
Put last used main class on top | Pass | Pass |
Build
Test
Release
Notes
Before you check an item, please reply to this issue with the following details: