You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Installing PHP Debugger is straightforward and similar to installing other PHP extensions. The extension is available through PIE and can also be compiled from source. Once installed, you’ll need to configure your php.ini file to enable the extension and set up your IDE to communicate with the debugger using the DBGp protocol.</p>
258
258
259
+
<h2id="configuration">Configuration</h2>
260
+
261
+
<p>Add the following to your <codeclass="language-plaintext highlighter-rouge">php.ini</code> file:</p>
0 commit comments