Tag: Xdebug

PhpStorm, Xdebug, Vagrant, PuPHPet, and You

I’ve really embraced fully utilizing Vagrant for all of my local development. I don’t use it to replicate client environments, or share a Vagrant box amongst my development team (I work solo) but I find myself aligning with the idea of having this sandbox to work in. Prior to that I used MAMP Pro and […]

Posted: February 02, 2015

Write your own code profiler in PHP

I’ve made it a focus of mine over the next few months to tighten my belt on tests and profiling, specifically with my WordPress projects. I’ve been doing a lot of tinkering with Vagrant, VVV, Xdebug, and xhprof with the specific intent of easily profiling my code. I was quick to discover that while these […]

Posted: August 11, 2014

joehoyle/Time-Stack

While everyone is spending time reflecting on 2013 with heartfelt goals for next year, I’ve been spending time reflecting on my toolset. Again. I’ve been a big fan of PhpStorm for the past year or so, but I couldn’t help myself from revisiting the last editor I used: Sublime Text 3. What prompted this? I […]

Posted: January 03, 2014

Improving Your Process: WordPress Development Using Xdebug

Programming workflows have always been especially interesting to me. It may be due to the wide spectrum of detail that can be achieved from a workflow, and I’d like to see what’s truly useful and valuable as you go about writing code. Debugging is something I plan on researching further.

Posted: March 28, 2011

Seriously Considering the Move from Text Editor to an IDE

The past year has shown me that my interest in programming is expanding. That said, it’s an entirely new discipline in which I need to refine my professionalism. There are certain aspects of working within an IDE that I feel will help me accomplish that.

Posted: March 14, 2011