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 ConsString #29

Closed provegard closed 7 years ago

provegard commented 7 years ago

Concatenated strings in Nashorn are represented by jdk.nashorn.internal.runtime.ConsString, which should be marshalled as a string.