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

Make it possible to set a breakpoint in a function that isn't executed #61

Closed provegard closed 7 years ago

provegard commented 7 years ago

It's annoying and unexpected that a function has to be executed for it to be possible to set a breakpoint there.