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

Don't hard code VM socket arguments #11

Closed provegard closed 7 years ago

provegard commented 7 years ago

Right now we always connect to localhost:7777. Make it configurable!

provegard commented 7 years ago

Also applies to the listening side - localhost:7778.