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": 1,
        "hash": "33d716ad75f471bd2bf35be5690f9374767f2475",
        "isLiveEdit": false,
        "sourceMapURL": "",
        "hasSourceURL": false,
        "isModule": false,
        "length": 47,
        "stackTrace": {
            "callFrames": [{
                "functionName": "",
                "scriptId": "5",
                "url": "test/loader/index",
                "lineNumber": 3,
                "columnNumber": 0
            }]
        },
        "scriptLanguage": "JavaScript",
        "embedderName": "test/loader/module"
    }
}
在2022年10月1日星期六 UTC+8 07:14:00<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-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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/49301d73-fd8d-467b-b919-8bcb29216c54n%40googlegroups.com.

Reply via email to