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

Support relative path #59

Closed provegard closed 7 years ago

provegard commented 7 years ago

If a script is loaded using load with a relative path, we get:

Adding script with URI 'eval:///ScriptRecompilation1/eval/1156304131'
Ignoring script at path '__javascript__/script.js'
java.lang.IllegalArgumentException: requirement failed: relative path/URI not supported
provegard commented 7 years ago

We cannot reliably get the current dir, closing for now.