Introduction
Last updated
Last updated
As defined in Wikipedia, "Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected. Debugging tends to be harder when various subsystems are tightly coupled, as changes in one may cause bugs to emerge in another."
XOOPS is a complex PHP script, and therefore when new features are added, there is always a risk that they will introduce new bugs, or break some old code.
Therefore debugging is a very important activity for every XOOPS developer.
(c) 2016 XOOPS Project ()
Note: for this tutorial as a Test Server we are using WAMP Server from: , a free and Open Source web development environment on Windows. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PhpMyAdmin to easily manage your databases.
Unless specified, this content is licensed under a .
All derivative works are to be attributed to XOOPS Project ()
All derivative works are to be attributed to XOOPS Project ()