[provide a description of the issue]
Environment
- Operating System: windows10
- JDK version: 1.8 / 9
- Visual Studio Code version: 1.19.0
Steps To Reproduce
- Create a new folder helloworld, create a file named App.java in this folder and filling the following codes:
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
- Set BP on println and press F5 to generate launch.json
- Press F5 and add watch args
attach logs

Current Result

[provide a description of the issue]
Environment
Steps To Reproduce
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
attach logs
Current Result