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

Breakpoints set in a CoffeeScript file turn out wrong #42

Closed provegard closed 7 years ago

provegard commented 7 years ago

Perhaps a result of a poor source map, but sometimes the breakpoint ends up on an adjacent line or not at all.

provegard commented 7 years ago

Exact same behavior when Chrome is running the script. Probably a bad source map file.