PyCharm integration
alexmojaki opened this issue · 1 comments
alexmojaki commented
This would involve creating a plugin for PyCharm which visually annotates a source code file when appropriate, so you can view the debugging information without leaving your editor. Beyond that, it might mean integrating with the debugger to view values while the debugger is paused.
alexmojaki commented
Done in #65.
@evanfoster see https://github.com/alexmojaki/birdseye-pycharm
integrating with the debugger to view values while the debugger is paused
This is not done, and I don't know if/when it will be. The whole project already took much longer than anticipated.