diff --git a/docs/building.md b/docs/building.md index 2417de523..13cf5c03f 100644 --- a/docs/building.md +++ b/docs/building.md @@ -198,3 +198,11 @@ Run the following commands: flutter pub get flutter run -d windows ``` + +# Troubleshooting + +Run with `-v` or `--verbose` to see a more detailed error. Certain exceptions (like missing a plugin library) may not report quality errors without `verbose`, especially on Windows. + +## Tor + +To test Tor usage, run Stack Wallet from Android Studio. Click the Flutter DevTools icon in the Run tab (next to the Hot Reload and Hot Restart buttons) and navigate to the Network tab. Connections using Tor will show as `GET InternetAddress('127.0.0.1', IPv4) 101 ws`. Connections outside of Tor will show the destination address directly.