I'm taking this Udacity class which requires us to use the google app engine. I am using Pycharm as my python IDE. When I edit python file and then go to http://localhost:portnumber, I get "Sever Error". How do I find out what is causing the error in my python file? I can debug a normal and local python file. However, this is a web application. Can I debug it locally?
PyCharm has built-in App Engine support, including Debugging.