This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.
v8 backend: sometimes scriptLoaded event is not emitted #78
Open
Description
Fix:
https://github.com/develar/chromedevtools/commit/1936aab9607d6c6cecaaf00f0365251
d88466a49
Real reason: V8Helper.reloadScriptAsync SuccessCommandResponse handler doesn't
call "debugSession.getSessionManager().getDebugEventListener().scriptLoaded" as
AfterCompileProcessor.messageReceived SuccessCommandResponse handler does.
So, I moved this call to ScriptManager.addScript
Original issue reported on code.google.com by [email protected]
on 6 Nov 2012 at 8:53