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

not stopping on breakpoint #100 is back #102

Closed benoitcerrina closed 5 years ago

benoitcerrina commented 5 years ago

Hello, I have had to use the debugger for the first time in a while and I noticed that the v8only parameter is not in the url provided. However I am experiencing similar issue as mentioned in issue #100, my breakpoints are not working and I can see in the traces (in the case where I used sourceURL) Setting an unresolved breakpoint with ID ndb4 at line 180 in script with URL xplan/repairCanBeReadBy
(in the case without sourceURL) Setting an unresolved breakpoint with ID ndb1 at line 180 in script with URL eval:///Script23

benoitcerrina commented 5 years ago

closing, my colleague doesn't see the problem, I need more investigation on our side

provegard commented 5 years ago

Ok! Let me know if you find anything.