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

Set breakpoint in object property getter #17

Closed provegard closed 7 years ago

provegard commented 7 years ago

Investigate why I cannot set a breakpoint here:

image

provegard commented 7 years ago

Because the getter hadn't been evaluated yet...