Alex Blex

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created What features to sacrifice for speed?
I wonder if there are any recommendations how to tune PhpStorm7 for best combination of features / speed ?Unfortunately I cannot provide CPU/memory snapshots, as recommended in http://devnet.jetbra... -
Created Is it possible to debug PhpUnit tests with --process-isolation option?
For unittest class SampleTest extends PHPUnit_Framework_TestCase{ public function testBreakpoint() { $a = 18; }} with breakpoint on line 5 "$a = 18;",Xdebug v2.1.0,PHPUnit 3.6.10,PH...