How to make PyDev Debug Console interactive?

PyDev offers both a debugging console and an interactive console . However, I still cannot execute interactive commands, such as %timeitin the debug console.

How to make an interactive debug console?

+1
source share
1 answer

Now you can’t make the debug console an IPython interactive console - you can have a “regular” interactive console by right-clicking the stack stack in Debug view > PyDev > Debug Console, but it’s not really an interactive console with IPython support.

IPython , , , , , - ( , , , , , ).

- . - window > preferences > PyDev > Interactive Console Connect console to Debug Session?

. http://www.pydev.org/manual_adv_interactive_console.html#full-debug-support-in-interactive-console.

+1

Source: https://habr.com/ru/post/1673913/


All Articles