Search code examples
debuggingpycharmbreakpoints

Pycharm - Code Cells - Using breakpoint


I am using the new feature of PyCharm 2018 called 'Code cells'. Can I place a breakpoint within the cell and have the execution break when I hit that line? I use Ctrl+Enter to run the code cell.


Solution

  • Unfortunately, it's impossible to debug editor code cells independently, I created a feature request in PyCharm bug tracker: PY-29672. Please feel free to vote for it.