An overview of recent updates and improvements to Inspect.
This release adds experimental Android support, which has been a common user ask since we launched. Inspect will now detect and leverage adb
on your local machine to connect to physical Android devices and emulators, so you can debug websites and web views on Android with Inspect.
It's still very early for Android support, so expect things to be a bit unstable, but give things a spin and let us know how it works for you!
See our docs https://inspect.dev/docs/guides/android on how to get started.
This release is a minor release landing a range of minor improvements as a part of our spring cleaning.
This release is a minor release landing a range of improvements, mainly focused on the Network tool.
This release is a minor release fixing broken breakpoints. Thanks to @samholmes and @zxerqw for the report!
This release is a minor release focused on improving device troubleshooting when something goes wrong. Inspect can now understand the connected device better and read out whether the device is paired with the local computer and when the device is locked to the home screen. Inspect now also understands when another tool is debugging a target, and disable that target within Inspect.
Lastly, we are also fixing a blocking issue that broke debugging for Service Workers and JS Contexts.
This release is a semi-major release landing big improvements to account management, where you now can create your own team to manage multiple accounts under one subscription. Add your team and manage your subscription, all from within settings! Available to everyone using our Pro plan.
Lastly, we are also fixing a blocking issue that broke Inspect when trying to debug UIWebViews on iOS 14 and newer. We have landed several UI improvements within the app, such as a built-in changelog, dropdown menus for the account, and smaller UI tweaks to make it more clear when Inspect can't find any debuggable targets.
This release is a minor release fixing a common issue if you were inspecting a target, and clicking on a link that took you to a new origin. This would result in DevTools loosing their connection to the device, but this is all fixed now π
This release is a minor release fixing an issue on macOS, that caused some iOS Simulators not to be detected by Inspect.
This release is a minor release fixing an issue on macOS, that happened when the xcrun simctl
utility wasn't installed which caused iOS device detection to be broken on those machines.
xcrun simctl
isn't installed. https://github.com/inspectdev/inspect-issues/issues/77This release is a minor update covering a few bug fixes and improvements. Most notably is the new detection of iOS simulators on macOS, which uses the xcrun simctl
utility from XCode to get metadata about booted simulators. This change makes it possible for Inspect to detect the iOS version running in simulators properly. Unfortunately, this means that you will need to have Xcode Commandline Tools installed to use Inspect with iOS simulators, but we expect most of you to have Xcode installed anyways.