diff --git a/docs/main/vs-code-ext/4-debugging.md b/docs/main/vs-code-ext/4-debugging.md index fd8c031c0..cbf4c7b78 100644 --- a/docs/main/vs-code-ext/4-debugging.md +++ b/docs/main/vs-code-ext/4-debugging.md @@ -56,6 +56,8 @@ When you have run your app from `Run` > `iOS` or XCode: You will need to turn on the development mode for Safari by going to the `Safari` menu > `Settings`, `Advanced` and check the box `Show Develop menu in menu bar`. You'll also need to ensure your mobile device has been enabled for debugging. + +If you're using Capacitor with SPM as package manager, you'll need to enable `ios.webContentsDebuggingEnabled` to inspect webviews with Safari while debugging. Make sure to disable this setting again in production. ::: ## Remote Logging @@ -66,4 +68,4 @@ To use this feature install Nexus Browser on the device ([App Store](https://app :::tip Select `Settings` > `Logging` to filter what is logged to the output window. -::: \ No newline at end of file +:::