 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Dennis Docter's Site: Zend Debugger Toolbar Extension for Chrome
by Chris Cornutt January 19, 2010 @ 14:37:14
Dennis sent in a submission about a toolbar he's created to work with the Zend Debugger (in an extension) for the Chrome Browser:
Since i have not yet seen an official extension for chrome (or i have not looked hard enough), i created one so i don't have to switch back to Firefox all the time, while I wait for the official extension. It only has the basic functionality (debug, debug next, profile and some configuration options) and it probably has some bugs and quirks, but it functions fine for me.
You can download this toolbar from here and if you have issues installing it, you might check out this post on the Zend Forums.
voice your opinion now!
zend debugger extension toolbar chrome
DevShed: Using the Xdebug Extension's xdebug_call_function() Function
by Chris Cornutt February 09, 2009 @ 12:56:18
This new tutorial from DevShed takes a look at the XDebug debugging tool for PHP and how the xdebug_call_function method allows for even more flexibility in your testing experience.
The Xdebug extension comes equipped with many other functions, however, that allow you to debug PHP applications more deeply. Therefore, in this second article of the series, I'll be discussing how to use another useful function included with the extension, called "xdebug_call_function()," which as its name suggests, can be utilized for keeping track of the functions called by a PHP script.
They start with a look back at two of the other xdebug functions - xdebug_call_file and xdebug_call_line - before showing how to use this new function (xdebug_call_function) to get the function that called your custom handler.
voice your opinion now!
xdebug call function file line debugger extension
DevShed: The XDebug Extension
by Chris Cornutt February 02, 2009 @ 12:03:26
This new article from DevShed takes a look at one of the more useful PHP tools out there for finding problems and holes in your scripts - the XDebug extension.
If you program at all, you understand the necessity of debugging. Fortunately, depending on the language in which you program, you can find an assortment of tools to help you with this task. One very good debugging tool for PHP is the XDebug extension. This seven-part series will reveal its capabilities and help you add it to your programmer's toolbox.
This first part of the series looks (briefly) at getting it installed and creating some test code to show included files and grab the line number where the error occurred.
voice your opinion now!
xdebug extension debugger script tutorial series
Ian Selby's Blog: Aptana PHP 1.0 Released - Free PHP IDE
by Chris Cornutt December 15, 2008 @ 11:14:18
Ian Selby has posted a look at the newly released PHP support by the Aptana software:
Aptana (yes, this is a shameless plug) released version 1.0 of its PHP support yesterday, and it is something that you should definitely check out. Prior to working at Aptana, I was an avid user of Zend Studio, and Coda, simply because those were the best PHP IDEs as far as I was concerned. Over the past few months, however, we've been hard at work on the PHP support for Aptana Studio, and I can say with much confidence that it is in every way as good as every other PHP IDE out there, and better than some in other respects.
He talks about new features like content assist (adding userland code to the automatic completion), completion of functions with parameters already filled in and a PHP preview server and debugger built right in. You can get more information on the Aptana website.
voice your opinion now!
free ide aptana support release content assist parameter preview debugger
Guy Harpaz's Blog: PHP IDE Debug Protocol
by Chris Cornutt May 19, 2008 @ 07:57:45
In a new post on his blog, Guy Harpaz answers a few questions people have been having about the debugger protocol that the PHP IDE project uses.
Debugging a PHP application or a PHP web server requires connectivity between an IDE and a Debugger engine (a PHP module which is installed on the web server). The debug protocol defines this connection. [...] When the Eclipse Foundation approved the PHP IDE project, Zend Studio's debug protocol was opened source and was chosen to be the debug protocol of the PHP IDE project.
He goes through why they made the choice, touches a bit on the security aspect of the two debugging protocols he mentioned (DBGp and Zend Studio's) as well as their common methods for output.
voice your opinion now!
ide protocol debugger zendstudio dbgp opensource debug
Zend Developer Zone: Introducing xdebug
by Chris Cornutt December 10, 2007 @ 12:56:00
On the Zend Developer Zone today, Stefan Priebsch has written up an article introducing fellow developers to XDebug, a popular PHP debugging suite.
This article is the first installment of a five-part series of articles covering xdebug, a free and open source swiss army knife tool for PHP developers. xdebug is a PHP extension created by Derick Rethans, one of the PHP core developers. This week, we will show you how to install xdebug and introduce you to some of the basic features. In the subsequent parts of this article series, we will have a closer look at one of xdebug's main features, namely tracing, profiling, debugging, and code coverage.
In this first installment, he looks at installing the software (both on a unix-based system and on a Windows box) and how to turn it on to work with your web server. He also mentions some of the error output options including the "new and improved" var_dump call and the stack trace method to help you locate exactly where in the code the error's hidden.
voice your opinion now!
xdebug debugger introduction install error output trace vardump xdebug debugger introduction install error output trace vardump
IBM developerWorks: Squash bugs in PHP applications with Zend Debugger
by Chris Cornutt November 15, 2007 @ 12:55:00
The IBM developerWorks website has a new tutorial posted today covering the use of Zend's debugger tool to help find the issues with your applications:
A special application called a debugger probes running code, allowing you to suspend execution arbitrarily, examine objects, explore the call stack, and even change the value of a variable on the fly. Learn how to use a debugger to squash bugs in your PHP code.
They look at the history of debugging (briefly) and show how to get the debugger installed and working with your PHP server. They have the instructions for a Mac OS X machine, but the setup is pretty similar for any other operating system. Screenshots and example code are all over the place, guiding you towards their test - debugging a simple application (making pizza).
voice your opinion now!
zend debugger tutorial bug install configure zend debugger tutorial bug install configure
|
Community Events
Don't see your event here? Let us know!
|