<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The Strangebuzz PHP/Symfony blog.</title>
    <subtitle>Articles for the "debug" tag.</subtitle>
    <updated>2026-05-11T01:47:30+02:00</updated>
    <author>
        <name>COil</name>
        <email>coil@strangebuzz.com</email>
    </author>
    <link href="https://www.strangebuzz.com/en/blog/tag/debug.xml" rel="self" />
    <id>https://www.strangebuzz.com/en/blog/tag/debug.xml</id>
    <icon>https://www.strangebuzz.com/img/strangebuzz_132.jpg?6.4.9</icon>
    <logo>https://www.strangebuzz.com/img/strangebuzz_1024.jpg?6.4.9</logo>
    <rights> © 2026 Strangebuzz</rights>
                            <entry>
            <title>Adding a custom data collector in the Symfony debug bar</title>
            <link href="https://www.strangebuzz.com/en/blog/adding-a-custom-data-collector-in-the-symfony-debug-bar" />
            <id>https://www.strangebuzz.com/en/blog/adding-a-custom-data-collector-in-the-symfony-debug-bar</id>
            <published>2020-07-23T00:00:00+02:00</published>
            <updated>2020-07-23T00:00:00+02:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">In this post, we will see how to add a custom data collector in the Symfony debug bar. The debug bar, also called profiler, is one of the most useful components as it is of great help when developing. We will see a concrete case to help us improving the SEO of a website by displaying meta-information about the current page.
</summary>
        </entry>
                            <entry>
            <title>Step by step debugging with Xdebug, Symfony and PHPStorm</title>
            <link href="https://www.strangebuzz.com/en/blog/step-by-step-debugging-with-xdebug-symfony-and-phpstorm" />
            <id>https://www.strangebuzz.com/en/blog/step-by-step-debugging-with-xdebug-symfony-and-phpstorm</id>
            <published>2020-06-21T00:00:00+02:00</published>
            <updated>2020-10-18T00:00:00+02:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">In this post, we will see how to do step by step debugging with Xdebug, Symfony and PHPStorm. We will do a basic example where we will stop the execution of the Symfony code just before rendering a template to check the data passed to it.
</summary>
        </entry>
    </feed>
