My program need set breakpoints feature on specified line of code. I'm trying use setbreakpoint <https://github.com/v8/v8/wiki/Debugging%20Protocol#request-setbreakpoint>command but it doesn't work for me. It requires something special to do?
I tried set breakpoint type to "scriptId' and "function". "listbreakpoints" command shows my breakpoints by debugger doesn't break the code. I'll add that Javascript instruction "debugger;" works and using "debug" object like described here <https://groups.google.com/d/msg/v8-users/B1U35zsy1No/GirJtyiRBwAJ> too (I could use it as a workaround with "evaluate" command) -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.