»

Debugging PHP code with PhpStorm 7

Log — Tags: , — Posted by Starck on September 11, 2014


  1. Install Xdebug

  2. Modify your php.ini:

  1. Restart web server

  2. Start PhpStorm

  3. Open Run/Debug configuration

  4. Create a PHP Web Application configuration

  5. Install Xdebug helper Chrome extension

  6. Enable xdebug debugging in chrome browser

  7. Start listen for PHP Debug Connections in PhpStorm 7

  8. Done!

PhpStorm 7.x 中文輸入問題

Log — Tags: — Posted by Starck on April 17, 2014

/Applications/PhpStorm.app/bin 中找到 idea.vmoptions

最後一行加上參數: -J-Djava.awt.im.style=on-the-spot

先切換中文輸入法後再啟動 PhpStorm 即可

(c) 2024 Starck Lin | powered by WordPress