alexmojaki/birdseye

PyCharm integration

alexmojaki opened this issue · 1 comments

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.

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.