donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
292 stars 57 forks source link

PyCharm error handling #303

Closed donkirkby closed 3 years ago

donkirkby commented 3 years ago

Sometimes it's difficult to debug an issue, because PyCharm doesn't give you any details about what went wrong. It just leaves the default message in place, or sometimes "null". Go through the PyCharm Java code to add some error information to the live coding display at each point where something can go wrong.