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

Scripts are not merged if Recompilation is seen first #64

Closed provegard closed 7 years ago

provegard commented 7 years ago

When the debugger connects to a running app, it may observe a script recompilation first, and then the original script. In this case, the two scripts won't be merged based on hash, which means that they both appear in Chrome which is confusing wrt setting breakpoints.