Skip to content

v8 remote debug: export BreakEvent, BreakPoint and CompileEvent

Rodrigo Muino Tomonari requested to merge github/fork/develar/patch-1 into v5.x

JetBrains debugger overrides BreakEvent/CompileEvent.toJSONProtocol implementation and it works in the previous version of V8 (nodejs v4).

Corresponding V8 review: https://codereview.chromium.org/1477233002/

V8 team will accept my patch, but unlikely that V8 will be updated in Nodejs 5.x, right? So, I created this pull request. It is required to fix https://youtrack.jetbrains.com/issue/WEB-16397 not only for Nodejs 0.12.x and 4.x, but for 5.x too.

Merge request reports

Loading