Skip to content

inspector - Use script name for target title

Rodrigo Muino Tomonari requested to merge github/fork/eugeneo/title_url into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

This only touches JSON API of the V8 Inspector integration.

Description of change

Changes inspector integration to use Node.js script file name as target title (reported in JSON and shown in developer tools UIs). It will also report file:// URL for the script as some tools seem to use that field to open the script in the editor.

CC: @ofrobots

Merge request reports

Loading