Scriptsmount a free web scripts directory provides website scripts, webmaster scripts, web directory scripts, directory scripts, php scripts, perl scripts, cgi scripts, html scripts, database scripts, asp.net scripts, form scripts, guestbook scripts for webmasters
Web Scripts :: PHP :: PHP Scripts and Programs :: Development Tools :: Debugging and Testing
1.
PHP Dump
|
|
PHP Dump is an enhanced version of the var_dump PHP function. It can be used during debugging to quickly output and display many data types, including multi-dimensional arrays and MySQL result sets. It will output the data in an easy to read format. Features: - Support for: strings, integers, floats, Booleans, arrays & multidimensional arrays, mysql result sets, objects, streams, timestamps & null values. - Able to output data with or without “nice” css formatting. - Supports nesting of different data types, eg. An array could contain a mysql result set, which could in turn contain Booleans, integers etc. - Provides tool tips describing what data type each outputted variable is. - Will default to using var_dump in the event that it doesn’t support the given variable type (output will be wrapped in pre tags for ease of reading).
Hits: 37 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Scripts and Programs :: Development Tools :: Debugging and Testing
|
2.
Expert Debugger
|
|
Expert Debugger is a free easy-to-use tool for debugging PHP scripts. Expert Debugger uses the DBG PHP Debugger and allow to debug scripts via network or on local computer. You can run scripts in step-by-step mode and to trace values of any variables and script output. The debugger has a comfortable interface and can be integrated with IDE or editors
Hits: 18 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Scripts and Programs :: Development Tools :: Debugging and Testing
|
4.
PHP Code Executer
|
|
It saves you a lot of time and frustration by enabling you to run scripts directly. You copy PHP and/or HTML and/or JavaScript code into the text area. When you click 'Execute Code', it executes the code. When you get a piece of code on the Web, and want to test it, you do not have to copy it into your editor and save it to a specific location and then run it again through your browser from that specific location. No, you just use this baby. It is extremely easy to use and contains no banners or spyware.
Hits: 29 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Scripts and Programs :: Development Tools :: Debugging and Testing
|
5.
Atrise PHP Script Debugger
|
|
Atrise PHP Script Debugger is a debug script for your PHP projects. It can help you to show PHP variables, debug string output, script execution time, the page source and other information that helps you in your PHP development. Features: * Handy output with debug points with floating tooltips; * Shows PHP variables and arrays; * Shows your debug messages; * Shows script execution time and time delta; * HTML output highlighting
Hits: 14 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Scripts and Programs :: Development Tools :: Debugging and Testing
|
9.
SimpleTest
|
|
Unit tester, web page tester and mock objects framework. If you have used the Java tools JUnit, JMock and JWebUnit then this PHP version covers much of the same ground. Basically a tool for building application test suites around test cases and then executing and reporting on those tests. The tool set also includes a web browser that can be used for scripting web content.
Hits: 15 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Scripts and Programs :: Development Tools :: Debugging and Testing
|
10.
PHP_Debug
|
|
[PHP_Debug] An open source PHP debug library Hi, i have motivated myself to write this debug class, it works pretty fine. :) Here what the class alows : - Pear integration - PHP Process time - Database and query process time - Dump of all type of variable in a graphical way - Functionnal debug - Debug queries - Show number of database queries executed - Allow to search in all debug infos - Direct links to test queries in Phpmyadmin - Show globals var ( $GLOBALS, $_POST, $_GET ... ) - Enable or disable the debug infos you want to see - Check performance of chunk of php code - Customize the general display of your debug - ... ( see doc for complete specification ) - You can check full doc website : ( nice phpdoc documentation :p ) If you have questions, ideas, etc..., contact at my Website. It is very clear and well documented ( with Pear::Phpdocumentor ) Now i am searching people to test and to have some feeback, the next realease will depend on the feeback i will get. For php beginner what is really great for example is the ability to show all queries and to have a direct link to test this quesries in phpmyadmin.. :) I am waiting for your comments, it would be nice if some people would use it. But anyway i use already it. :p
Hits: 83 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Scripts and Programs :: Development Tools :: Debugging and Testing
|
|
|
|
|