provegard / ncdbg

A debugger for Nashorn that uses Chrome DevTools as frontend
BSD 3-Clause "New" or "Revised" License
31 stars 5 forks source link

Support setting local variables via setVariableValue #30

Closed provegard closed 7 years ago

provegard commented 7 years ago

Local variables exist in the Java world (they belong to a stack frame) and must be set using StackFrame.setValue(LocalVariable, Value)