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

Setting local variable via console doesn't work #72

Closed provegard closed 6 years ago

provegard commented 6 years ago

Given a function with a local variable, setting it via the console (localVar=true) doesn't seem to work, whereas setting it in the scope tree works.