Skip to content

Single file: can not watch the variable value #204

@bsaby

Description

@bsaby

[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
  1. 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!" );
    }
    }
  2. Set BP on println and press F5 to generate launch.json
  3. Press F5 and add watch args
    attach logs
    image
Current Result

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions