From 632d285408e455f3c4402b604dc6dbc606bf5357 Mon Sep 17 00:00:00 2001
From: Matthew Wire <devel@mrwire.co.uk>
Date: Tue, 1 Aug 2017 11:57:42 +0100
Subject: [PATCH] Update phpstorm.md

Add links for phpstorm xdebug configuration
---
 docs/tools/phpstorm.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/tools/phpstorm.md b/docs/tools/phpstorm.md
index a2c0b85f..8454feac 100644
--- a/docs/tools/phpstorm.md
+++ b/docs/tools/phpstorm.md
@@ -24,8 +24,11 @@ Create the 'CiviCRM' code styling preference:
 That's it. You can now use this code style on all future CiviCRM-related projects. If you are only developing for CiviCRM, you can also copy this style to the 'Default' style.
 
 ## XDebug integration
+You need to configure XDebug on the webserver, phpstorm on the development machine and a debugger helper in the browser.
 
-TODO
+To configure XDebug and PHPStorm see: https://www.jetbrains.com/help/phpstorm/configuring-xdebug.html
+
+For browser helpers see: https://confluence.jetbrains.com/display/PhpStorm/Browser+Debugging+Extensions
 
 ## Running automated tests from within PhpStorm {:#testing}
 
-- 
GitLab