cczw2010 / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

v8 backend: sometimes scriptLoaded event is not emitted #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 deve...@gmail.com on 6 Nov 2012 at 8:53

GoogleCodeExporter commented 8 years ago
Fixed in HEAD

Original comment by peter.ry...@gmail.com on 9 Dec 2012 at 8:42