On Sat, Oct 1, 2022 at 1:14 AM theratliter theratliter
<theratli...@gmail.com> wrote:
>
> 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 !

Assuming you're using v8-inspector.h, not re-implementing the wire
protocol: you don't normally have to handle getScriptSource requests
yourself, V8 handles them for you.

-- 
-- 
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/CAHQurc-ziQdbuMFg7r4c7dmpRE-%2BgLrA0WxHZFB_aD7DWKHHvQ%40mail.gmail.com.

Reply via email to