iOS Log Viewer
Real-time iOS device logs inside VS Code.
Features
- Stream
idevicesyslog output into an editor panel
- Search with regex and case sensitivity, jump between matches
- Filter lines by substring or regex
- Pause / resume without losing the buffer
- Save full or filtered logs
- Select a specific device by UDID
Requirements
libimobiledevice must be installed:
- macOS:
brew install libimobiledevice
- Linux:
sudo apt install libimobiledevice-utils
- Windows: download binaries and add to
PATH
Settings
iosLogViewer.idevicesyslogPath
iosLogViewer.ideviceIdPath
iosLogViewer.ideviceInfoPath
| |