Hi All,
I've been trying to debug an issue that I can only reproduce using iPhone with the Edge browser. Since Edge doesn't support iPhone remote debugging (
Remotely
debug Android devices - Microsoft Edge Development | Microsoft Learn), I've been using edge://inspect
directly on my phone and using the Start Logging feature. The edge://inspect inherits the code from the upstream Chromium project (chrome://inspect for Chrome).
This is great for seeing console.log/debug/error() logs from the tabs on my phone for that browser, but it does not show non-console.log errors like we can see in the console window of a browser.
Is there any way to enable this? Or do a feature request to allow more than just the JavaScript console.log/debug/error() to appear in the logs when using the Start logging feature on mobile?
Please let me know if there is a better place to post this question.
Kind regards,
Sam Taylor