Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Benjamin Dirks
Follow
New posts
New posts and comments
Total activity
14
Last activity
January 18, 2016 03:02
Member since
February 16, 2012 10:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (0)
Comments (8)
Sort by votes
Recent activity
Votes
Created
February 16, 2012 22:40
an example:Server: localhostBrowser: Chrome with XDebug_Helper ExtensionPhpStorm: 3.0.2Xampp from apachefriends.orgPath to content: D:\xampp\htdocs\ext4i enabled xdebug php module in php.ini:[XDebu...
Community
PhpStorm
How to configure PHPStorm to work with WAMPServer?
1 vote
Created
October 27, 2012 15:08
DMG Files are for Mac.PhpStorm:for windows:http://download.jetbrains.com/webide/PhpStorm-5.0.2.exefor linux:http://download.jetbrains.com/webide/PhpStorm-5.0.2.tar.gzWebstorm:windows:http://downloa...
Community
PhpStorm
Downgrade to 5.0.2 ?
0 votes
Created
November 04, 2012 00:14
using phpstorm 5.0.4 upgraded from 5.0.3 on windows 8 pro (64bit): refactoring and completion works for me
Community
PhpStorm
phpStorm 5.0.4 and windows 8 Pro
0 votes
Created
March 14, 2012 06:42
did you configure the path mappings for xdebug in phpstorm?try to open your website by adding ?XDEBUG_SESSION_START=PHPSTORM to your addresshttp://localhost/?XDEBUG_SESSION_START=PHPSTORM
Community
PhpStorm
Php Xdebug not establishing connection with PhpStorm
0 votes
Created
February 16, 2012 10:29
check your xdebug settings with phpinfo()did you configure your paths for xdebug?Edit config -> PHP Remote Debug -> <your config> -> Servers -> ... -> [x] Use path mappings
Community
PhpStorm
How to configure PHPStorm to work with WAMPServer?
0 votes
Created
February 17, 2012 14:07
do you see the small bug icon in your browser input bar?if not: add your domain to the pluginif yes:is it green?if not: click it until its greenif its green:reload pageif its still not connecting t...
Community
PhpStorm
How to configure PHPStorm to work with WAMPServer?
0 votes
Created
February 16, 2012 22:58
phpstorm still listens on port 9000 not 9001i think you need to fix your port forwardssh -L 9001:localhost:9001 me@myserver.comor change your xdebug listen port in phpstorm:Project Settings -> PHP ...
Community
PhpStorm
Configuring PhpStorm + XDebug
0 votes
Created
August 06, 2012 11:15
have a look at:Settings -> Project Settings -> Language Injections
Community
PhpStorm
Make PHPStorm hilight underscore.js templates
0 votes