mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
20 lines
904 B
XML
20 lines
904 B
XML
<slide>
|
|
<title>Practical</title>
|
|
<subtitle>Debugging</subtitle>
|
|
|
|
<blurb>Settings:</blurb>
|
|
<list>
|
|
<bullet>xdebug.remote_enable</bullet>
|
|
<bullet>xdebug.remote_host / xdebug.remote_port</bullet>
|
|
<bullet>xdebug.remote_autostart</bullet>
|
|
<bullet>xdebug.remote_log</bullet>
|
|
</list>
|
|
|
|
<break/>
|
|
<blurb>Browser extensions:</blurb>
|
|
<blurb class="small_blurb">easy xdebug (firefox): <link href="https://addons.mozilla.org/en-us/firefox/addon/58688"/></blurb>
|
|
<blurb class="small_blurb">xdebug helper (chrome): <link href="https://chrome.google.com/extensions/detail/eadndfjplgieldjbigjakmdgkmoaaaoc"/></blurb>
|
|
<blurb class="small_blurb">xdebug toggler for safari: <link href="https://github.com/benmatselby/xdebug-toggler"/></blurb>
|
|
<blurb class="small_blurb">xdebug launcher for opera: <link href="https://addons.opera.com/addons/extensions/details/xdebug-launcher/?display=en"/></blurb>
|
|
</slide>
|