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.
Only scripts are exposed, not the entire resource contents #2
Open
Description
Google Chrome version: Any
SDK full version: 0.1.0
OS + version: Any
What steps will reproduce the problem?
1. Attach to any tab with JS code inside several <script> tags in the HTML
What is the expected result?
The HTML page is shown entirely, with the <script> tags, in a single file.
What happens instead?
The <script> tag contents are mapped onto different files.
Please provide additional information below.
The tab resources are not exposed through the ChromeDevToolsProtocol. Only
script contents are downloaded through the V8 debugger protocol.
Original issue reported on code.google.com by [email protected]
on 16 Jul 2009 at 11:15