PHPackages                             mnohosten/tracy-markdown - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. mnohosten/tracy-markdown

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

mnohosten/tracy-markdown
========================

Tracy debugger extension that allows copying error reports as Markdown - useful for AI-assisted development

v1.0.0(4mo ago)2123MITPHPPHP &gt;=8.0

Since Dec 14Pushed 4mo agoCompare

[ Source](https://github.com/mnohosten/tracy-markdown)[ Packagist](https://packagist.org/packages/mnohosten/tracy-markdown)[ RSS](/packages/mnohosten-tracy-markdown/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Tracy Markdown
==============

[](#tracy-markdown)

[![Tests](https://camo.githubusercontent.com/3ab4882a1b7d64e5eb5168ad0b0b9cdfd53f59f114ee5f727958504214a5789c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d70617373696e672d627269676874677265656e2e737667)](https://github.com/mnohosten/tracy-markdown)[![PHP Version](https://camo.githubusercontent.com/487804500a039aee09e5d93e41b745b4cd68dcc0fdf801e67d26d30b93f83358/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e302532422d626c75652e737667)](https://php.net)[![Tracy Version](https://camo.githubusercontent.com/6a7018ddb0445827cb64d8b7252c4649277f8ceee03c070e24736b30dc1c173b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74726163792d322e392532422d626c75652e737667)](https://tracy.nette.org)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE)

A Tracy debugger extension that adds a "Copy Markdown" button to error reports. Perfect for AI-assisted development - simply click the button to copy a well-formatted error report that you can paste directly into your AI assistant (Claude, ChatGPT, etc.).

[![Screenshot](./docs/screen.png)](./docs/screen.png)

Why Use This?
-------------

[](#why-use-this)

When developing with AI assistants, providing detailed error context helps get better solutions faster. This extension formats Tracy's error information into clean, readable Markdown that includes:

- Complete error details with proper formatting
- Source code context highlighting the exact line
- Full stack trace with file paths and line numbers
- HTTP request information (URL, method, parameters)
- Environment details (PHP version, timestamp)
- **Automatic sensitive data redaction** for security

Installation
------------

[](#installation)

```
composer require mnohosten/tracy-markdown
```

Quick Start
-----------

[](#quick-start)

### Basic PHP Application

[](#basic-php-application)

```
