04-10-2018, 03:50 AM
Dear team i am new to codeignator can any one help me how to debug application ?
Debug
|
04-10-2018, 03:50 AM
Dear team i am new to codeignator can any one help me how to debug application ?
04-11-2018, 03:40 AM
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
04-11-2018, 08:25 PM
(04-10-2018, 03:50 AM)amarnath Wrote: Dear team i am new to codeignator can any one help me how to debug application ? https://xdebug.org/ or the good old print_r
10-15-2020, 07:57 PM
Hello amarnath,
You need to set your $config['log_threshold'] in file config.php since by default it's 0 (no logs) 0 = Disables logging, Error logging TURNED OFF 1 = Error Messages (including PHP errors) 2 = Debug Messages 3 = Informational Messages 4 = All Messages Regards, Mika Hawkins
Mika Hawkinsss
|