Coder Social home page Coder Social logo

amirulandalib / webkit-webinspector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from artygus/webkit-webinspector

0.0 0.0 0.0 4.65 MB

Standalone Webkit WebInspector frontend extracted from Webkit sources

License: MIT License

JavaScript 88.75% CSS 10.26% HTML 1.00%

webkit-webinspector's Introduction

webkit-webinspector

Standalone Webkit WebInspector frontend extracted from Webkit sources. This is a merely experimental project for local debugging needs, if you're looking for a more user-friendly soultion checkout the ios-safari-remote-debug-kit project.

Usage

To debug iOS devices you need to have ios-webkit-debug-proxy installed and running.

To start WebInspectorUI run

yarn start

By default server will start on 8080, you can change server port providing the command-line argument, e.g. yarn start 8000. Press CTRL+C to quit.

Navigate to http://localhost:8080/Main.html?ws=localhost:9222/devtools/page/1. ws=... part can be taken from http://localhost:9222, "frontend" page of ios-webkit-debug-proxy tool.

Command protocols

Command protocol and WebInspectorUI capabilities may vary depending on iOS version. To list all available command protocols run

yarn start -P list

By default the latest command protocol available in checked in WebInspectorUI is used.

Update

Clone WebInspectorUI to temp dir

rm -rf tmp/
git clone https://github.com/WebKit/WebKit.git --depth 1 tmp/webkit

Copy WebInspectorUI to serve dir

cp -R tmp/webkit/Source/WebInspectorUI/UserInterface lib/WebInspectorUI/latest

webkit-webinspector's People

Contributors

artygus avatar luc-bucher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.