News Feed
Jobs Feed
Sections




News Archive
Bence Eros' Blog:
Creating an interactive debugger for PHP
January 26, 2011 @ 08:53:48

Bence Eros has submitted a new post from his blog that looks at the method he came up with to create an interactive debugger for PHP. It's just a prototype/proof of concept that lets you execute PHP code in the browser (using eval - a little scary, I'll admit).

Last night I created a prototype for an interactive debugger for PHP without the need of any IDE-plugin. In this post I'm going to show what I found. Unfortunately you will need some time to put the environment together, but I think it's worth doing it. My target was to create a way how you can view and modify your variables manually at runtime, only by inserting one line code.

He does mention that, because of the settings he uses, the debugger can only be loaded from a different domain than the application which can be restricted a bit simpler (i.e. its own https or .htauth). His setup uses an Apache2 web server and a few PHP/HTML scripts to get the job done. In the end you'll have something similar to this for you to run your code in.

3 comments voice your opinion now!
interactive debugger webbased tutorial apache2


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Creating a Mobile Photo Blog, Part 1

WebReference.com: The Building Blocks: Data Types, Literals, Variables, and Constants - Part 2

9Lessons Blog: Stored Procedure Lesson

Brian Swan's Blog: Running WordPress on SQL Server

PHPMaster.com: PHP Dependency Management with Composer


Community Events











Don't see your event here?
Let us know!


testing introduction community conference database functional zendframework2 phpunit symfony podcast series release interview rest symfony2 language framework development usergroup opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework