PyDev Remote Debugger and Tab Completion in Eclipse -


this might limitation of pydev debugger know how enable tab completion , history in plain python shell in eclipse debug console window?

enter image description here

pressing tab or arrow keys jumps/moves cursor. pydev remote debugger initialized needed following code:

pydevsrc import pydevd;pydevd.settrace('<my ip>', stdouttoserver=true, stderrtoserver=true, suspend=true)

did check

preferences -> pydev -> editor -> code completion -> "use code completion on debug console sessions?"


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -