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

Handle reloaded script with same path/URL #65

Closed provegard closed 7 years ago

provegard commented 7 years ago

When a script is reloaded using the same path (via Nashorn's load) but with new contents, it must get a new path to not collide with the old script (which is still around).