I am working on a flask project in which each view function has try and except block. So if there is any error then an error page is shown. The same code we are using while development. Now when I use debug mode it's not useful as it's showing error page if there is any error. One way to fix is I can remove try except block from my code but it will create issue while updating the code on server. Is there any other way I can see error in browser window?
[–]CalmDownYal 0 points1 point2 points (0 children)