Question:Which of the following line of code is used to show the debugging information?
A echo $this->input->print_debugger();
B echo $this->email->print_debugger();
C echo $this->email->load_debugger();
D echo $this->email->email_debugger();
+ AnswerB
+ Report