Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Thomas ONeil
Total activity
18
Last activity
April 29, 2023 16:56
Member since
March 03, 2012 23:23
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
May 01, 2012 20:45
By god the xdebug upgrade to 2.2.0RC2 solved the problem! After the upgrade, I can now single step past the header instruction to the target php file without a server reset. => THANK YOU NIKOLAY!
Community
PhpStorm
while debugging, "connection to the server was reset"
1 vote
Created
February 26, 2019 16:53
I love the new capability! Code is uploaded from a mongodb instance and therefore is executed with javascript 'eval'. Works Great!!! Thanks Vladimir!
Community
WebStorm
Is it possible to debug code that's been generated by eval()?
0 votes
Created
October 25, 2016 16:38
Thanks again. Just gave it the big thumbs up. I'm cheering for you Vladimir Krivosheev! :-)
Community
WebStorm
Is it possible to debug code that's been generated by eval()?
0 votes
Created
October 25, 2016 16:27
Thank you for the suggestion Elena. Turns out that the code is extracted from MongoDb, and is therefore not present in a file to allow the technique of using <code>node --debug-brk --file_name</cod...
Community
WebStorm
Is it possible to debug code that's been generated by eval()?
0 votes
Created
March 05, 2012 19:33
oops! I should have provided the example files I'm using. I'll post the xdebug log file in the next reply. Thanks Nikolay!index.php:--------------------------------------------------<?phprequire_...
Community
PhpStorm
while debugging, "connection to the server was reset"
0 votes
Created
March 04, 2012 00:24
Here's my phpinfo results: PHP Version 5.3.6-13ubuntu3.6 System Linux tgrego-HP-Pavilion-dv5-Notebook-PC 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 Build Date Feb 11 ...
Community
PhpStorm
while debugging, "connection to the server was reset"
0 votes
Created
March 05, 2012 19:36
And here is the corresponding xdebug log file ...Attachment(s):xdebug.log.zip
Community
PhpStorm
while debugging, "connection to the server was reset"
0 votes
Created
March 06, 2012 23:07
Thanks for the suggestion Leighton, but it didn't work. I replaced: header("Location: " . $url);with: header("Refresh: " . $url);but still get the same server reset error. I'm guessing you ...
Community
PhpStorm
while debugging, "connection to the server was reset"
0 votes
Created
November 13, 2013 05:07
Other error messages just prior to the last message about google extensions are:[ 5783] ERROR - com.intellij.ide.IdeEventQueue - JetBrains PhpStorm 5.0.4 Build #PS-121.390 [ 5784] ERROR - co...
Community
PhpStorm
Phpstorm hangs after moving to different machine
0 votes
Created
November 13, 2013 06:02
*** SOLVED ***Turns out I simply needed to uninstall the OpenJdk and install Oracle's version. Instructions found here for my Linux Mint installation went smooth as glass:http://community.linuxmin...
Community
PhpStorm
Phpstorm hangs after moving to different machine
0 votes