From 561503a8a4d1f23f2b7c8479b6a03b2d371466df Mon Sep 17 00:00:00 2001 From: Kenneth Auchenberg Date: Mon, 8 Jan 2018 12:23:19 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be9b0b2..645ebc5 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ Release

-**Notice** This debugger is currently not actively maintained, and we recommend you using [remotedebug-ios-webkit-adaptor](https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter) together with VS Code, a guide can be read here https://medium.com/@auchenberg/hello-remotedebug-ios-webkit-adapter-debug-safari-and-ios-webviews-from-anywhere-2a8553df7465. +### Deprecation update +The iOS Web debugger has been deprecated, and we recommend you using [remotedebug-ios-webkit-adaptor](https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter) together with VS Code. A guide can be read here https://medium.com/@auchenberg/hello-remotedebug-ios-webkit-adapter-debug-safari-and-ios-webviews-from-anywhere-2a8553df7465. +### Introduction The VS Code iOS Web Debugger allows to debug your JavaScript code running in Safari on iOS devices (and iOS Simulators) from VS Code both on **Windows and Mac** without addtional tools. ![](https://cdn.rawgit.com/Microsoft/vscode-ios-web-debug/master/.readme/demo.gif)