Discussion:
[webkit-help] WebInspectorUI cannot find RuntimeAgent
Konstantin Tokarev
2016-03-24 16:26:13 UTC
Permalink
Hello,

I'm porting old code of Inspector integration to current WebKit trunk. Now when I activate Inspector, I get following error:

ReferenceError: Can't find variable: RuntimeAgent (at RuntimeManager.js:33:21)

I'm loading page Source/WebInspectorUI/UserInterface/Main.html, InspectorInstrumentation::registerInstrumentingAgents() is invoked.

Could you help me to find a good place where to start debugging?
Where is the code which should create RuntimeAgent variable?

Thank you in advance!
--
Regards,
Konstantin
Loading...