Remotedebug Ios Webkit Adapter Versions Save

Debug Safari and WebViews on iOS from tools like VS Code and Chrome DevTools

v0.4.2

4 years ago

v0.4.1

4 years ago

v0.3.0

5 years ago

New release with breaking changes for Windows support. You are now required to install dependencies via Scoop per updated instructions in the README.

v0.2.1

6 years ago

Updated libmobile which adds iOS 10 support on Windows in https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter/pull/74

v0.2.0

6 years ago

Console support added!

  • Add support of Runtime.compileScript
  • Add support for Runtime.consoleAPICalled

v1.2.0

6 years ago

Console support added!

  • Add support of Runtime.compileScript
  • Add support for Runtime.consoleAPICalled

v0.1.9

7 years ago

Fixes crashing issue #58

v0.1.7

7 years ago
  • Call Debugger.setBreakpointsActive after Debugger.enable. Fixes #42
  • Implement Debugger.setAsyncCallStackDepth stub.
  • Update Chrome DevTools front-end.
  • Only output raw protocol messages in DEBUG mode.