Skip to content

Fix debug expression support for primitive variables #1491

@eric-milles

Description

@eric-milles

Consider the following:

public class Main {
  public static void main(String[] args) {
    int i = 123;
    // break here
  }
}

Evaluating an expression involving local variable "i" fails with error: InvalidTypeException: Generated value (int) is not compatible with declared type (java.lang.Object)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions