Nicolas Bouteille
Nicolas Bouteille
Thank you so much for this detailed answer. This is exactly what I needed. I have decided that I would be exploring, learning and experimenting DrupalGap, Angular and Ionic, all...
I personally can see the current line indicator fine when xdebug reaches a breakpoint, however when I step over, the indicator does not move correctly. The screen actually does scroll...
I am on sublime text 3 as well by the way
I have xDebug enabled via MAMP Pro 3. Using PHP 5.6.2 Here is the end of my PHP.ini [OPcache] MAMP_OPcache_MAMP opcache.memory_consumption=128 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=4000 opcache.revalidate_freq=60 opcache.fast_shutdown=1 opcache.enable_cli=1 [xdebug] MAMP_Xdebug_MAMP xdebug.remote_enable=1 xdebug.remote_host=localhost...
Something tells me I'm missing the zend_extension part right? PHPStorm is talking about it too...
I take back what I just said, PHPStorm debugging is working fine with my current xDebug config.
Anybody there?
Yeah me too and this actually makes me want to give up on Sublime Text at all... I realize that you pay Sublime 70$ but its empty. It doesn't even...
Today I cloned the project's source code in order to create a custom patch but it seems it has already been solved in master dev branch. It seems a version...