Instant Trace Viewer is a developer tool collecting and viewing traces and logs. It provides an easy-to-use interface for viewing both real-time Event Tracing for Windows (ETW) and opening ETL files. The tool includes filtering options and graphical visualizations with the goal of making it effortless to see your program's trace logging as you develop software.
⚠️ WARNING: This repository uses nested submodules. Make sure you initialize submodules recursively, otherwise you will get compile errors!
To clone the repository, use the following command in your terminal:
git clone https://github.com/brycehutchings/InstantTraceViewer --recursive
If you forget to use --recurse-submodules
when cloning, you can use the following command to update the submodules:
git submodule update --init --recursive
These are the latest builds produced by this project's GitHub Actions pipeline.
- Download InstantTraceViewer-x64.zip
- Download InstantTraceViewer-ARM64.zip