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

Implement Debugger.setVariableValue #25

Closed provegard closed 7 years ago

provegard commented 7 years ago

Runtime.setVariableValue is called when the user changes the value of a variable in the scope list.

The value is evaluated using Runtime.evaluate, so that needs to be implemented as well.