XT - Xdebug Trace File

What is a XT file

Xdebug, which is an Apache Web server plugin, generates output files with the extension XT. The plugin traces the execution of PHP code. The XT file saves all output of the PHP code in question in a line-by-line manner.

The use of XT files is mainly debugging. With the help of these files, developers can check PHP functions for bugs, locate them and then proceed to fix them.

Here's a small, but not exhaustive list of programs that can open XT documents:

  • Xdebug Debug client (Windows & Linux)
About
Extension XT
MIME type https://xdebug.org/docs/all_settings
Useful links