Skip to content

[wasm][debugger] Indexing with expression does not work #67029

@ilonatommy

Description

@ilonatommy

Indexing arrays with mathematical expressions e.g.

int [] arr = new int[]{ 1, 2, 3 };
arr[1 + 1]; //error

error:
Cannot evaluate '(arr[1 + 1]\n)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions