I tried to make pdp (python included debugger) work in the ST3 console. But as it seems, the subprocess does not magically work interactively, as a result, commands that you enter, though displayed, will not be passed to the the process.
Maybe there would be a way to apply a hack in the python script befor passing things to ST3's Popen...
I tried to make pdp (python included debugger) work in the ST3 console. But as it seems, the subprocess does not magically work interactively, as a result, commands that you enter, though displayed, will not be passed to the the process.
Maybe there would be a way to apply a hack in the python script befor passing things to ST3's Popen...