Re: [v8-users] chrome dev tool

2022-10-02 Thread theratliter theratliter
Yes, it loads script sources on demand.But it will save url info in localstorage when we open it in dev tool tab, then the dev tool will load source code of url ahead of time at next time. No is the name of my tool js runtime :-) . 在2022年10月2日星期日 UTC+8 19:19:57 写道: > On Sun, Oct 2, 2022 at

Re: [v8-users] chrome dev tool

2022-10-02 Thread Ben Noordhuis
On Sun, Oct 2, 2022 at 11:48 AM theratliter theratliter wrote: > > Hi, Ben. I think i misunderstand the dev tools. when i enter ctrl + p and > input a js file name, dev tools will emit Debugger.getScriptSource. Right. I don't know DevTools's code well enough to say for sure but I expect it

Re: [v8-users] chrome dev tool

2022-10-02 Thread theratliter theratliter
Hi, Ben. I think i misunderstand the dev tools. when i enter ctrl + p and input a js file name, dev tools will emit Debugger.getScriptSource. 在2022年10月2日星期日 UTC+8 16:00:11 写道: > It seems the page can not load the picture, please see here >

Re: [v8-users] chrome dev tool

2022-10-02 Thread theratliter theratliter
It seems the page can not load the picture, please see here . 在2022年10月2日星期日 UTC+8 15:54:17 写道: > Thanks for your help. This is the messages dev tool show. The problem is > when the dev tools receive Debugger.scriptParsed

Re: [v8-users] chrome dev tool

2022-10-01 Thread Ben Noordhuis
On Sat, Oct 1, 2022 at 1:14 AM theratliter theratliter 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