Ben Sturmfels

Ben Sturmfels at

In Python, I regularly throw import pdb; pdb.set_trace() into some code to start the PDB debugger at that line. Is there a PHP equivalent of this?

Claes Wallin (韋嘉誠) likes this.

Claes Wallin (韋嘉誠), Blaise Alleyne shared this.

phpdbg looks good. Unfortunately I'm running PHP 5.5, so it's not included. :(

Ben Sturmfels at 2016-10-31T01:54:37Z