Can I turn off visual errors?

Hello.

I am developing CakePHP with command line curl.
When I got some errors, great visual display error helps me to find out which code is bad.
But sometime I am annoying by the visual error reports.

  1. Can I turn off visual erorrs?
  2. Can I turn off the mode with GET options? ( only works for specific request)

xdebug has the same case.

xdebug.overload_var_dump=0

image

Thanks.