Please enable JavaScript to view this site.

Bug Validator Help

This section describes which XML tags are used to export the session data from a Bug Validator session.

 

The start of an exported XML file lists a few details about Bug Validator:

 

<VALIDATORVERSION>Version of Bug Validator</VALIDATORVERSION>

 

<VALIDATORDATE>Date Bug Validator was built</VALIDATORDATE>

 

<VALIDATORTIME>Time Bug Validator was built</VALIDATORTIME>

 

<TITLE>Name of executable</TITLE>

 

Execution history is listed in the following tag pairs.

 

<EXECUTIONDATA></EXECUTIONDATA>

 

The tags found inside the above tag pairs are shown below. Note that all hexadecimal numbers are written with leading zeros and a leading 0x.

 

<THREAD>Thread id</THREAD>

 

<MODULE>Name of DLL/EXE</MODULE>

 

<FILENAME>Filename of source file</FILENAME>

 

<LINE>Decimal line number</LINE>

 

<ADDRESS>Hexadecimal address</ADDRESS>

 

<FUNCTIONNAME>Function name and byte offset</FUNCTIONNAME>