Skip to content

Trace Wizard 1.7

Compare
Choose a tag to compare
@tslater2006 tslater2006 released this 08 Oct 17:39
· 19 commits to master since this release

This release contains the initial support for both .trc and .aet files from Application Engine tracing. All basic functionality should be present such and search/compare as well as generating SQL scripts or grouping/sorting SQL statements.

TRC files showing all SQL statements:
image

Execution Path for AET files:
image

AET files allow you via right click on the execution path to see the current values of the state record at that location.
image

Example of comparing an AET file to another, this shows a call happened on the left but didn't happen on the right:
image

Trace Wizard now makes use of BasicSQLFormatter library with is licensed LGPL. Source is available here