A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
packages:amp:php:xdebug [2014/09/26 19:05]
admin [php.ini]
packages:amp:php:xdebug [2014/09/26 19:13] (current)
admin [Configure PhpStorm]
Line 115: Line 115:
  
 Accessing this script by loading the page in your browser should now stop execution at the breakpoints you placed. Accessing this script by loading the page in your browser should now stop execution at the breakpoints you placed.
 +
 +
 +==== Some Practical Advices ====
 +
 +When you are not using xdebug, James Irving-Swift highly recommends that you turn it off on your server, as if your computer is turned off and you access anything that runs PHP via your webserver it will hang as it will be looking for the machine with the IP address specified!
 +
 +He also recommends that you check out xdebug’s profiler if you haven’t already and use it with a tool like kcachegrind or webgrind. Again, it's recommended that you should turn off profiling when not using it as the files it creates on each page load are vast, you may find you run out of storage very quickly!