Registered Member
|
I want use external terminal if I execute python code, but not available in "Launch Configuration", in behavior.
Even though in C++ I can use external terminal. Can you all help me... |
Global Moderator
|
Sorry, it's not supported IIRC. If you need stdin, launch your application from the command line, or set a command which opens a terminal with your application by yourself (e.g. "/usr/bin/konsole" as launcher with arguments "-e python yourscript.py")
I'm working on the KDevelop IDE.
|
Registered Member
|
Hi,
I see that Python and stdout seems to be a problem in Kdevelop. It works fine for me when running my application. Is there any way to use the python debugger and still get any sort of output? I tried tinkering a bit but either can't get Kdev to launch my custom command or the integrated debugger to attach to my python process. Do you have any ideas? Thanks, Joe |
Registered users: bartoloni, Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]