Build Status

Pega-TracerViewer

Pega-TracerViewer is a Java Swing based tool to view Pega Tracer xml files.

The tool can be downloaded from Releases page under Downloads section.

Extract 'pega-tracerviewer-<version>-bin.zip' to a folder.

Run 'pega-tracerviewer-<version>.cmd' to launch the tool.

Features

This tool show the tracer xml file entries in a table or tree format.

Can open big tracer xml files. In case of OOM, change the heap size in the cmd file and try again.

Features

Build and Runtime

needs JDK8.

To build the project use the following command:

$ ./gradlew build

The release build is 'pega-tracerviewer-<version>-SNAPSHOT.zip' file under \build\distributions folder.

The project can be run from the gradle command line with the following command:

$ ./gradlew run