|
15 | 15 | <meta charset="utf-8"> |
16 | 16 |
|
17 | 17 |
|
18 | | -<!-- begin _includes/seo.html --><title>What is PHP Debugger? - php-debugger</title> |
| 18 | +<!-- begin _includes/seo.html --><title>What is PHP Debugger?</title> |
19 | 19 | <meta name="description" content="A PHP debugger extension focused on step debugging with near-zero overhead."> |
20 | 20 |
|
21 | 21 |
|
|
25 | 25 |
|
26 | 26 | <meta property="og:type" content="website"> |
27 | 27 | <meta property="og:locale" content="en_US"> |
28 | | -<meta property="og:site_name" content="php-debugger"> |
| 28 | +<meta property="og:site_name" content=""> |
29 | 29 | <meta property="og:title" content="What is PHP Debugger?"> |
30 | 30 | <meta property="og:url" content="https://php-debugger.github.io/website/pr-preview/pr-1/"> |
31 | 31 |
|
|
71 | 71 | <!-- end _includes/seo.html --> |
72 | 72 |
|
73 | 73 |
|
74 | | - |
75 | | - <link href="/website/pr-preview/pr-1/feed.xml" type="application/atom+xml" rel="alternate" title="php-debugger Feed"> |
76 | 74 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
77 | 75 |
|
78 | 76 | <script> |
|
113 | 111 | <div class="masthead__menu"> |
114 | 112 | <nav id="site-nav" class="greedy-nav" aria-label="Primary navigation"> |
115 | 113 |
|
116 | | - <a class="site-logo" href="/website/pr-preview/pr-1/"><img src="https://raw.githubusercontent.com/php-debugger/art/main/php-debugger-lockup.png" alt="php-debugger"></a> |
| 114 | + <a class="site-logo" href="/website/pr-preview/pr-1/"><img src="https://raw.githubusercontent.com/php-debugger/art/main/php-debugger-lockup.png" alt=" "></a> |
117 | 115 |
|
118 | 116 | <a class="site-title" href="/website/pr-preview/pr-1/"> |
119 | | - php-debugger |
| 117 | + |
120 | 118 |
|
121 | 119 | </a> |
122 | 120 | <ul class="visible-links"></ul> |
@@ -168,9 +166,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline"> |
168 | 166 |
|
169 | 167 | <section class="page__content e-content" itemprop="text"> |
170 | 168 |
|
171 | | - <h2 id="what-is-php-debugger">What is PHP Debugger?</h2> |
172 | | - |
173 | | -<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> |
| 169 | + <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> |
174 | 170 |
|
175 | 171 | <h3 id="main-repository">Main Repository</h3> |
176 | 172 |
|
@@ -226,15 +222,19 @@ <h3 id="main-repository">Main Repository</h3> |
226 | 222 |
|
227 | 223 |
|
228 | 224 |
|
229 | | - |
| 225 | + |
| 226 | + |
| 227 | + <li><a href="https://github.com/php-debugger/php-debugger" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> |
| 228 | + |
| 229 | + |
230 | 230 |
|
231 | | - <li><a href="/website/pr-preview/pr-1/feed.xml"><i class="fas fa-fw fa-square-rss" aria-hidden="true"></i> Feed</a></li> |
| 231 | + |
232 | 232 |
|
233 | 233 | </ul> |
234 | 234 | </div> |
235 | 235 |
|
236 | 236 |
|
237 | | -<div class="page__footer-copyright">© 2026 <a href="https://php-debugger.github.io">php-debugger</a>. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/jekyll-themes/minimal-mistakes/" rel="nofollow">Minimal Mistakes</a>.</div> |
| 237 | +<div class="page__footer-copyright">© 2026 <a href="https://php-debugger.github.io"></a>. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/jekyll-themes/minimal-mistakes/" rel="nofollow">Minimal Mistakes</a>.</div> |
238 | 238 |
|
239 | 239 | </footer> |
240 | 240 | </div> |
|
0 commit comments