Debugger is a debugging event conducted by National Institute of Technology Calicut during its annual techno-management fest, Tathva.
This is the software that was used as a platform to run user programs and evaluate their solutions.
If you would like to run this platform on your own machine, then the database has to be set up properly. For this in the MySql interface, the file gob.sql has to be run and then data needs to be added into the database accordingly.
Also, inside the /includes/config.ini file, the server name, database name, sql id
and sql password needs to be saved based on where you are hosting this platform and
where your database is stored.
There's a separate platform for manager to use the database effectively removing the hassle of the event manager to have an extensive knowledge of the underlying database.
/includes/config.ini and /includes/connection.php store and use the database credentials to log into the database to access the questions and the answers. Please replace the information with your database credentials.
Make sure that by default, index.html loads before index.php. For this, .htaccess file is used. But it needs to be activated. To see how to activate in Linux, check here