简体   繁体   中英

PyDev program output in debug console

Please bear with me if this is very basic, as I'm quite new to PyDev. Is there some way to redirect the program output to a PyDev debug console? I'm referring to something like in Matlab. As of now, I have one console for the output where I cannot enter commands, and another in interactive mode. It's not the most convenient thing to keep switching between the two while debugging.

Thanks!

I believe that what you want is the interactive console:

Check http://pydev.org/manual_adv_interactive_console.html

After having it open, you can execute a file and have its tokens available with Ctrl+Alt+Enter (which is also the binding to open it... and you can do a selection and send only some of the contents to it too).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM