Skip to content Skip to sidebar Skip to footer

Pycharm: Attach Console To Debugger

In PyCharm, it is possible to attach a debugger to an interactive console session run in PyCharm. Is it possible to do the opposite? That means: attach an interactive console to a

Solution 1:

You can make the interactive shell available during your debugging by using the "Console" tab per what is explained in the PyCharm doc here

When you access the 'Console' tab, be sure to enable the "Show Python Prompt" and "Enable Soft Wraps".

Post a Comment for "Pycharm: Attach Console To Debugger"