rSimulate / Cosmosium

:earth_americas: js game engine for space-based games
Other
23 stars 7 forks source link

stack trace is suppressed on http 500 errors ? #60

Open 7yl4r opened 10 years ago

7yl4r commented 10 years ago

I haven't been able to track down a solution, but as soon as we switched from bottle.app.run() to gevent.pywsgi.WSGIServer so that we could use websockets, exception stack traces server-side seem to be surpessed. This makes debugging server-side issues very difficult.

The closest issue I have found is this stackoverflow post, but the solution there is both nonsensical and not applicable to bottle.py.

7yl4r commented 10 years ago

NOTE: this is not an issue with the libraries used, it is localized to this project so something must be wrong with our usage or configuration. Another app I wrote has a very similar config, but does not have this issue.

7yl4r commented 10 years ago

This bug makes debugging REALLY hard. Anyone have any ideas?