Skip to content

Instant Trace Viewer is a developer tool for collecting and viewing traces and logs, specializing in viewing traces in real-time.

License

Notifications You must be signed in to change notification settings

brycehutchings/InstantTraceViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Trace Viewer

Windows Build

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.

image

Cloning the Repository

⚠️ 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

Latest Builds

These are the latest builds produced by this project's GitHub Actions pipeline.

About

Instant Trace Viewer is a developer tool for collecting and viewing traces and logs, specializing in viewing traces in real-time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published