🐛 Debug Example

Hello World from CodeIgniter 4!

Generated at: 2026-05-06 22:43:17

Xdebug Status: Active (v)
📊 Debug Toolbar: Check the bottom of this page for the CodeIgniter debug toolbar with database queries, execution time, and more!

🔍 Debugging Features Available

📡 API Endpoints

🛠 Quick Debug Test

// Add this to any controller method:
debug_dump($variable, 'Variable Name');
debug_log($_POST, 'Form Data');
debug_timer('operation');
// ... your code ...
debug_timer('operation'); // Shows elapsed time