Closed GoogleCodeExporter closed 9 years ago
You can use CefRegisterSchemeHandlerFactory() to override the internal handler
for the chrome-devtools scheme and provide your own implementation that reads
devtools resources from, for example, a folder on disk.
Original comment by magreenb...@gmail.com
on 31 Oct 2011 at 5:27
Thanks! That's good!
Original comment by MindVisualizer@gmail.com
on 1 Nov 2011 at 7:19
See the docs at: http://www.chromium.org/devtools
6. Run your back-end copy of Chrome with command line flag
--debug-devtools-frontend=<full path to your unzipped devtools-frontend>.
Original comment by loi...@chromium.org
on 1 Nov 2011 at 9:56
I'm afraid cef doesn't have a mechanism similar to Chrome's command line
parameter --debug-devtools-frontent?
Original comment by edwin....@innovationgear.com
on 1 Nov 2011 at 10:10
Original issue reported on code.google.com by
edwin....@innovationgear.com
on 26 Oct 2011 at 7:39