tree: 8011a2e5079be1930c9f783ed57a0a357bf26b0f [path history] [tgz]
  1. AsyncCallStackTracker.cpp
  2. AsyncCallStackTracker.h
  3. BUILD.gn
  4. CodeGeneratorInspector.py
  5. CodeGeneratorInspectorStrings.py
  6. ContentSearchUtils.cpp
  7. ContentSearchUtils.h
  8. DebuggerScript.js
  9. generate-inspector-protocol-version
  10. InjectedScript.cpp
  11. InjectedScript.h
  12. InjectedScriptBase.cpp
  13. InjectedScriptBase.h
  14. InjectedScriptManager.cpp
  15. InjectedScriptManager.h
  16. InjectedScriptSource.js
  17. Inspector-1.1.json
  18. inspector_backend_mojo.cc
  19. inspector_backend_mojo.h
  20. inspector_host.h
  21. InspectorBaseAgent.cpp
  22. InspectorBaseAgent.h
  23. InspectorDebuggerAgent.cpp
  24. InspectorDebuggerAgent.h
  25. InspectorFrontendChannel.h
  26. InspectorState.cpp
  27. InspectorState.h
  28. InstrumentingAgents.h
  29. JSONParser.cpp
  30. JSONParser.h
  31. PageDebuggerAgent.cpp
  32. PageDebuggerAgent.h
  33. PageScriptDebugServer.cpp
  34. PageScriptDebugServer.h
  35. PromiseTracker.cpp
  36. PromiseTracker.h
  37. protocol.json
  38. read_from_source_tree.cc
  39. read_from_source_tree.h
  40. README.md
  41. ScriptBreakpoint.h
  42. ScriptDebugListener.h
  43. ScriptDebugServer.cpp
  44. ScriptDebugServer.h
  45. ScriptRegexp.cpp
  46. ScriptRegexp.h
sky/engine/v8_inspector/README.md

v8_inspector

v8_inspector is an attempt to build a standalone library for running a Chrome-DevTools compatible WebSocket server which speaks the “Debugger” portion of the DevTools json protocol.

Currently v8_inspector is deeply tied into the rest of sky/engine/core, however the goal is to remove that dependency by moving the files out of sky/engine/core.

More Information

https://docs.google.com/document/d/1fEkZFMH_U5DhIYM95Mhp5ovtBUeHaToSvgQapDzgNDc/edit http://crbug.com/435243