[v8-users] chrome dev tool

2022-09-30 Thread theratliter theratliter
Hi, i am trying to write an inspector server by V8 inspector APIs, but chrome dev tool do not emit 'Debugger.getScriptSource' request to my inspector server when dev tool get a 'Debugger.scriptParsed' push event. Does anybody know know about this ? Thanks ! -- -- v8-users mailing list v8-user

[v8-users] Re: chrome dev tool

2022-09-30 Thread theratliter theratliter
This is the content of ''Debugger.scriptParsed'' event. { "method": "Debugger.scriptParsed", "params": { "scriptId": "6", "url": "test/loader/module", "startLine": 0, "startColumn": 0, "endLine": 2, "endColumn": 2, "executionContextId