From 318d878c11ffbd7650e2d1ac8d0a5a5cca4dc312 Mon Sep 17 00:00:00 2001 From: Damien Kusters Date: Sun, 9 Nov 2025 11:45:20 +0100 Subject: [PATCH] Change Nexus Browser to WebNative in logging docs Updated the app name from Nexus Browser to WebNative for remote logging instructions. --- versioned_docs/version-v5/main/vs-code-ext/4-debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-v5/main/vs-code-ext/4-debugging.md b/versioned_docs/version-v5/main/vs-code-ext/4-debugging.md index fd8c031c0..458ff7700 100644 --- a/versioned_docs/version-v5/main/vs-code-ext/4-debugging.md +++ b/versioned_docs/version-v5/main/vs-code-ext/4-debugging.md @@ -62,8 +62,8 @@ You'll also need to ensure your mobile device has been enabled for debugging. The remote logging feature will send all calls to `console.log` (and `console.error` etc) to the VS Code `output` window. This makes debugging your app when it is running on a device easier as you do not have to attach to its web view. -To use this feature install Nexus Browser on the device ([App Store](https://apps.apple.com/us/app/nexus-web-browser/id6445866986) or [Play Store](https://play.google.com/store/apps/details?id=com.nexusconcepts.nexus)) and Run your app for web in VS Code. If the device is on the same Wifi network it will detect your app and allow you to launch it. +To use this feature install WebNative on the device ([App Store](https://apps.apple.com/us/app/webnative/id6445866986) or [Play Store](https://play.google.com/store/apps/details?id=com.nexusconcepts.nexus)) and Run your app for web in VS Code. If the device is on the same Wifi network it will detect your app and allow you to launch it. :::tip Select `Settings` > `Logging` to filter what is logged to the output window. -::: \ No newline at end of file +:::