|
15 | 15 | <meta charset="utf-8"> |
16 | 16 |
|
17 | 17 |
|
18 | | -<!-- begin _includes/seo.html --><title>What is PHP Debugger?</title> |
| 18 | +<!-- begin _includes/seo.html --><title></title> |
19 | 19 | <meta name="description" content="A PHP debugger extension focused on step debugging with near-zero overhead."> |
20 | 20 |
|
21 | 21 |
|
|
26 | 26 | <meta property="og:type" content="website"> |
27 | 27 | <meta property="og:locale" content="en_US"> |
28 | 28 | <meta property="og:site_name" content=""> |
29 | | -<meta property="og:title" content="What is PHP Debugger?"> |
| 29 | +<meta property="og:title" content=""> |
30 | 30 | <meta property="og:url" content="https://php-debugger.github.io/website/pr-preview/pr-1/"> |
31 | 31 |
|
32 | 32 |
|
|
137 | 137 |
|
138 | 138 | <div id="main" role="main"> |
139 | 139 | <article class="splash" itemscope itemtype="https://schema.org/CreativeWork"> |
140 | | - <meta itemprop="headline" content="What is PHP Debugger?"> |
| 140 | + |
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
145 | 145 | <section class="page__content" itemprop="text"> |
146 | | - <p>A PHP debugger extension focused on step debugging with near-zero overhead. Forked from <a href="https://xdebug.org/">Xdebug</a>, with profiling, coverage, and tracing removed.</p> |
| 146 | + <div align="center"> |
| 147 | +# What is PHP Debugger? |
| 148 | +</div> |
| 149 | + |
| 150 | +<p>A PHP debugging extension focused on step debugging with near-zero overhead.</p> |
| 151 | + |
| 152 | +<ul> |
| 153 | + <li>Forked from <a href="https://xdebug.org/">Xdebug</a>, and fully compatible with it.</li> |
| 154 | + <li>Just debugging, with profiling, coverage, and tracing removed.</li> |
| 155 | + <li>Near-zero overhead when not connected, and much faster when active.</li> |
| 156 | + <li>Always on, no need to enable and disable it.</li> |
| 157 | + <li>Can be statically linked to your PHP binary, removing the need for a PHP extension.</li> |
| 158 | +</ul> |
147 | 159 |
|
148 | 160 | <h3 id="main-repository">Main Repository</h3> |
149 | 161 |
|
@@ -179,6 +191,8 @@ <h3 id="main-repository">Main Repository</h3> |
179 | 191 | </ul> |
180 | 192 | </div> |
181 | 193 |
|
| 194 | +<div class="page__footer-copyright">© 2026 PHP Debugger</div> |
| 195 | + |
182 | 196 | </footer> |
183 | 197 | </div> |
184 | 198 |
|
|
0 commit comments