This commit is contained in:
Kenneth Auchenberg 2018-01-08 12:23:19 -08:00 коммит произвёл GitHub
Родитель dae1e00faf
Коммит 561503a8a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -15,8 +15,10 @@
<a href="https://github.com/microsoft/vscode-ios-web-debug/releases"><img src="https://img.shields.io/github/release/Microsoft/vscode-ios-web-debug.svg" alt="Release"></a>
</p>
**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)