Use the Inspector debugging tool
mainThe Inspector is a debugging tool used to navigate and debug the VPN client. It is only available when the staging environment is activated.
Available Tools
- Shell: The default view. Type
helpto see a list of available commands. - Logs: Provides real-time output of app activities, including timestamps, components, and messages. You can filter by component using the left column.
- Network Inspector: Displays a list of all incoming and outgoing network requests. Useful for debugging network issues or monitoring communication with external components like the Guardian.
- QML Inspector: Mirrors the local VPN client and allows you to identify and inspect QML components by clicking on them in the UI.