Using Symfony2 in development mode is very useful: in case of any error in the software, the "ghost" appears and a very useful error screen is shown, with all details in order to resolve it.
But this does not work if a bundle-action is called directly using an Ajax instead of a submit form; using firebug, I saw that, in case of program error, the bug is intercepted and an error page is prepared; nevertheless nothing is shown and simply the Ajax is aborted.
Anyone have encountered the same situation and known how to resolve it?
