Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/main/vs-code-ext/4-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
:::
:::