scala-debug-adapter
scala-debug-adapter copied to clipboard
[Runtime evaluation] Cannot assign an element of an array
If I have:
val table: Array[Int] = ???
I cannot run the expression table(0) = 2
. It returns Unsupported assignment
.