Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragomano/smf-tracy-debugger
Useful tool for debugging in SMF
https://github.com/dragomano/smf-tracy-debugger
debug dump php smf-mods tracy tracy-debugger
Last synced: 5 days ago
JSON representation
Useful tool for debugging in SMF
- Host: GitHub
- URL: https://github.com/dragomano/smf-tracy-debugger
- Owner: dragomano
- License: bsd-3-clause
- Created: 2022-01-20T06:54:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T10:46:10.000Z (17 days ago)
- Last Synced: 2024-12-19T11:38:23.175Z (17 days ago)
- Topics: debug, dump, php, smf-mods, tracy, tracy-debugger
- Language: PHP
- Homepage: https://custom.simplemachines.org/index.php?mod=4303
- Size: 380 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMF Tracy Debugger
[![SMF 2.1](https://img.shields.io/badge/SMF-2.1-ed6033.svg?style=flat)](https://github.com/SimpleMachines/SMF/tree/release-2.1)
[![SMF 3.0 Alpha](https://img.shields.io/badge/SMF-3.0_Alpha-ed2533.svg?style=flat)](https://github.com/SimpleMachines/SMF/tree/release-3.0)
![License](https://img.shields.io/github/license/dragomano/smf-tracy-debugger)
![Hooks only: Yes](https://img.shields.io/badge/Hooks%20only-YES-blue)
![PHP](https://img.shields.io/badge/PHP-^8.0-blue.svg?style=flat)- **Tested on:** PHP 8.1.30
- **Languages:** English, Russian## Description
This modification integrates [Tracy debugging tool](https://tracy.nette.org/en/) with SMF.
## Preview
![Example](https://user-images.githubusercontent.com/229402/150298008-25713d98-087e-4b21-9735-1105f97282a9.png)
## Helper functions
Of course, you can use such functions as `dd`, `dump`, and `bdump` to output PHP variables. `bdump` function creates a new panel "dumps" on the debug bar.