
Once refreshed, any previous favorites will be removed once a new favorite is added to the list. The template is added, but it is not visible under "Starred templates" until the dialog has been refreshed. I would expect the template to appear immediately under "Starred templates" upon clicking the star button and that no previously-starred templates would disappear without explicitly removing them from the "Starred templates" list.
#Phpstorm bookmarks android#
For the first time phpstorm will ask for confirmation dialogue box to accept connection from google chrome. Android Studio is the official integrated development environment (IDE) for Googles Android. Then again visit chrome and load any page of these project (localhost/drupal7). Now add breakpoint in index.php file in PhpStorm. Now open google chrome browser & click on ‘Start debugger’ in the bookmark toolbar. Open PhpStorm with drupal 7 project & click ‘ Start listen for PHP Debug connections’ (These option are at Top Right corner)

Now it’s time to debug our drupal 7 site with phpstorm & chrome Test debugging with Breakpoints for drupal 7 Now Drag & drop - Start debugger & Stop debugger to chrome bookmarks Bar. Note : IDE key should be PHPSTORM, as we set in PhpStorm settings. Go to page & Generate XDebugger bookmarks Once you have enabled extension then you need to add Debugger bookmarklets for chrome.
#Phpstorm bookmarks how to#
Xdebug.idekey=PHPSTORM How to Configure Xdebug for Google Chrome ?Įnable google chrome extension Xdebug helper Now we need to add following XDebug values in php.ini, restart nginx & php-fpm Open File -> Default Settings -> Search for ‘IDE Key’ Open PhpStorm -> File -> Default Settings -> In the search box search with ‘debug’Ĭhange ‘Debug port’ to 9001, apply and ok. Note =: to find php.ini or xdeboug.so use $ locate or check phpinfo for php.ini location. Restart your nginx and confirm XDebug is installed by checking php version OR you can also check with phpinfo in the browser. Zend_extension="/usr/local/php/lib/php/extensions/no-debug-zts-20131226/xdebug.so" If the extension is added to your php.ini file automatically, remove the following line:
#Phpstorm bookmarks install#
If you do not see then install XDebug using PECL

If you see ‘Xdebug v’ that means XDebug installed.

We can check this with php version command I am running my machine with nginx & php 5.6, First make sure that you have already installed Xdebug.
