Posts marked with “debugging”

Debugging with Purpose

by · June 10, 2021

0
 

Debugging and solving problems is an art. It is part technique and part practice. In this article, I share a powerful technique that has helped me quickly solve many problems. This system gets my head out of a rut and pushes me to look at other solutions creatively. You will also learn some approaches to […]

 

History and Computing: The Y2K Deadline

by · February 4, 2020

0
 

Twenty years later, we’ve mostly forgotten Y2K. Nothing happened. However, there were years of effort behind the non-event. Corporate delay made the endeavor far more complicated because skills had not been passed along to the next generation. What was so difficult? I’ll show you, with a few lines of code from my piece of Y2K.

 

Education Station: What Went Wrong

by · April 3, 2019

0
 

The very first thing you need to do when something goes wrong is to get a good handle on the situation and find out what’s wrong. Many users first instincts are to get frustrated and say, “This is broken!” and expect you to figure it out. While there can be lots of places to look, narrowing down the possible causes can help greatly.

 

Masterful Code Management – August 2018

by · August 3, 2018

1
 

In this issue: Xdebug, Freelancing, Parsing text, MySQL Generated Columns, Gitflow, PhpStorm, and more.

 

Debugging PHP With Xdebug

by ·

0
 

Debugging in PHP can be tedious and prone to errors when using var_dump and echo statements. Xdebug is a powerful tool that can be used for debugging PHP more effectively and for gaining better insights into what an application is actually doing. In this article we will cover setting up an PhpStorm with Xdebug, how […]

 

January 2015 Issue is Out!

by · January 23, 2015

2
 

I often speak on how I’ve been a subscriber of php[architect] since 2005. I absolutely loved that there was a magazine solely for PHP developers. It reminded me of the heydays of MacAddict (before it went downhill) and Macworld (remember, I’m a designer, too). Sure, a lot of the articles and concepts were way over […]

 

Browser extensions for your Xdebug pleasure

by · February 18, 2010

0
 

The popular open-source PHP debugger written by core developer Derick Rethans is easier than ever to use from your favourite browser.