Skip to content

dragomano/SMF-Tracy-Debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMF Tracy Debugger

SMF 2.1 SMF 3.0 Alpha License Hooks only: Yes PHP

  • Tested on: PHP 8.3.22
  • Languages: English, Russian

Description

This modification integrates Tracy debugging tool with SMF.

Preview

Example

Helper functions

Of course, you can use such functions as dd, dump, and bdump to output PHP variables:

  • dd is equal to dump + die
  • dump is a more beatuful wrapper for var_dump
  • bdump function creates a new "dumps" panel on the debug bar

Languages