Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Keith Davis
Total activity
1129
Last activity
November 12, 2024 20:37
Member since
August 23, 2010 18:43
Following
1 user
Followed by
0 users
Votes
7
Subscriptions
303
Activity overview
Posts (178)
Comments (641)
Sort by recent activity
Recent activity
Votes
Created
March 01, 2011 16:07
XDebug, in my experience slows down pages loads terribly, once it's loaded, no matter what you do (I'd love for someone to show me a way to make it not the case.)Like I said, I wrote a script that ...
Community
PhpStorm
Xdebug not triggering
0 votes
Created
March 04, 2011 14:03
It's ignored since you are using remote_connect_back, but FYI, the remote_host is your client, not the server (could be the same, if it's localhost.)
Community
PhpStorm
PhpStorm2 Remote Debugging problems
0 votes
Created
March 04, 2011 14:22
Where is your dev server? Is it on your LAN? Do you have a firewall on your local machine (even if you did, you might not be able to ping it, but I don't think that would affect XDebug.)
Community
PhpStorm
PhpStorm2 Remote Debugging problems
0 votes
Created
April 05, 2011 14:59
Or, you can do that I did. Make your own, like I did for Microsoft's PHP Driver for MySQL, and then just put it in your project (or a shared library directory.)Attachment(s):sqlsrv.php.zip
Community
PhpStorm
Code completion for php extension
0 votes
Created
April 05, 2011 15:00
And see my reply as well.
Community
PhpStorm
add external PHP package (documentation)
0 votes
Created
May 01, 2011 20:45
I never even noticed that. It's awesome....except...it doesn't work. I only get a line before the class, not before the methods:Attachment(s):missing_line.JPG
Community
PhpStorm
How to change appearance of "scope lines"? Undocumented?
0 votes
Created
November 09, 2010 15:18
Ok, I found a workaround for it:!file[Intranet_Local]:css/window.css&&file[Intranet_Local]:*/Exlcudes my file I want to, and includes only those in the actual module (thought I still think this is ...
Community
PhpStorm
Inspection - Scope Grabs Included Problem
0 votes
Created
April 26, 2011 15:21
Perfect
Community
PhpStorm
How to delete Contexts?
0 votes
Created
May 12, 2011 16:16
I use these settings:zend_extension="c:/php/ext/php_xdebug-2.1.0-5.3-vc9-nts.dll"xdebug.remote_enable=1xdebug.remote_host=127.0.0.1xdebug.remote_port=9100xdebug.remote_handler=dbgpxdebug.remote_aut...
Community
PhpStorm
Getting 'Debug connection was not established' in script debug mode
0 votes
Created
May 17, 2011 14:01
What does the $1 mean?
Community
PhpStorm
How to replace in all files rearranging variables (a1, b1) to (b1, a1) ?
0 votes
«
First
‹
Previous
Next
›
Last
»