> From: Sumit Upadhyay <[EMAIL PROTECTED]> > Subject: [twincling] PHP Debugging Basics > Sent: 18 Dec '06 18:57 > > Hi All: > > So you should know how many types of errors can be there in php > & what to do when you got specific error. > how can you configure your PHP interpreter so behave as you want? > What are the constants that you can use in to instruct your PHP interpreter. > For answers for these questions read the article by by David > Sklar<http://www.onlamp.com/pub/au/985>, > author of Learning PHP 5 > <http://www.oreilly.com/catalog/learnphp5/>(O'Reilly) and the coauthor of PHP > Cookbook (O'Reilly). > > http://www.onlamp.com/pub/a/php/2004/08/12/DebuggingPHP.html > > Thanks > Sumit >
Is there a PHP5 extension / plugin for debugging PHP programs from within vim or emacs ? The specific capabilities that would help are - 1. function call flow 2. error notification 3. variable values with a given scope 4. potential aliasing situations Do you know of any ? thanks Saifi.

