Debugging not working

Hi, im debugging the app so I enabled all the tools for debugging:

HTML5: developer Tools
PHP: Enable PHP error logging (stored on php_errors.log)

I have an error that shows an alert at runtime
image

But when I go to look the php_errors.logs, is not there. Is not generated.

Is really frustrating because I don’t have any way to check server errors. The app before being compiled works without any error.

Please help, thanks

Check the PHP.INI too if errors are not disabled.