Skip to content

Instantly share code, notes, and snippets.

@a7madev
Last active July 15, 2016 09:30

Revisions

  1. a7madev renamed this gist Jul 15, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. a7madev revised this gist Jul 15, 2016. 3 changed files with 13 additions and 13 deletions.
    13 changes: 13 additions & 0 deletions PHP-xdebud.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    # PHP xdebug on OS X

    # PHP xdebug on Windows

    ## XAMPP
    1. Open php.ini from XAMPP Control Panel
    2. Uncomment xdebug section
    3. Restart XAMPP Apache
    4. . Go to PHPStorm, open settings and select PHP Interpreter
    5. . Add new Interpreter, select "C:\xampp\php\php.exe" and save.
    Note: Make sure xdebug is "installed"
    6. Select Run >> Start listenening for PHP connections
    7. . Refresh your website
    1 change: 0 additions & 1 deletion PHP-xdebug-OSX.md
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    # PHP xdebug on OS X
    12 changes: 0 additions & 12 deletions PHP-xdebug-Windows.md
    Original file line number Diff line number Diff line change
    @@ -1,12 +0,0 @@
    # PHP xdebug on Windows

    ## XAMPP
    1. Open php.ini from XAMPP Control Panel
    2. Uncomment xdebug section
    3. Restart XAMPP Apache

    1. Go to PHPStorm, open settings and select PHP Interpreter
    2. Add new Interpreter, select "C:\xampp\php\php.exe" and save.
    Note: Make sure xdebug is "installed"
    3. Select Run >> Start listenening for PHP connections
    4. Refresh your website
  3. a7madev revised this gist Jul 15, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions xdebug-plugins.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # xdebug plugins

    ## Chrome
    - (Xdebug helper)[https://chrome.google.com/extensions/detail/eadndfjplgieldjbigjakmdgkmoaaaoc]
    - (JetBrains IDE Support)[https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji?hl=en]
    - [Xdebug helper](https://chrome.google.com/extensions/detail/eadndfjplgieldjbigjakmdgkmoaaaoc)
    - [JetBrains IDE Support](https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji?hl=en)
  4. a7madev revised this gist Jul 15, 2016. 3 changed files with 21 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion PHP-xdebug-Windows.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,12 @@
    # PHP xdebug on Windows
    # PHP xdebug on Windows

    ## XAMPP
    1. Open php.ini from XAMPP Control Panel
    2. Uncomment xdebug section
    3. Restart XAMPP Apache

    1. Go to PHPStorm, open settings and select PHP Interpreter
    2. Add new Interpreter, select "C:\xampp\php\php.exe" and save.
    Note: Make sure xdebug is "installed"
    3. Select Run >> Start listenening for PHP connections
    4. Refresh your website
    5 changes: 5 additions & 0 deletions xdebug-plugins.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # xdebug plugins

    ## Chrome
    - (Xdebug helper)[https://chrome.google.com/extensions/detail/eadndfjplgieldjbigjakmdgkmoaaaoc]
    - (JetBrains IDE Support)[https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji?hl=en]
    4 changes: 4 additions & 0 deletions xdebug-resources.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    # xdebug Resources
    - [Installing and Configuring XAMPP with PhpStorm IDE](https://confluence.jetbrains.com/display/PhpStorm/Installing+and+Configuring+XAMPP+with+PhpStorm+IDE)
    - [XAMPP PHPStorm und XDebug](https://www.youtube.com/watch?v=mEJ21RB0F14)
    - [WordPress debugging in phpStorm](http://thehungrycoder.com/tutorial/wordpress-debugging-in-phpstorm.html)
  5. a7madev created this gist Jul 15, 2016.
    1 change: 1 addition & 0 deletions PHP-xdebug-OSX.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    # PHP xdebug on OS X
    1 change: 1 addition & 0 deletions PHP-xdebug-Windows.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    # PHP xdebug on Windows