Remote debugging used to work fine. Now when I try it, I get the message “Error: That port is already in use.”. I am debugging a Linux AWS machine from Win 7 running Komodo IDE 8. Komodo 7 does the same thing. I have tried both ports 9000 and 9001.
I have loaded the Komodo 8 remote debugging files onto the remote Linux machine. The command I am using on the remote machine is:
~/bin/pydbgp -d my_ip_address:9000 path/to/manage.py runserver --noreload 127.0.0.1:8080
With Komodo not running, nothing is using port 9000. After I start Komodo, it is using the port. Then when I run the debugger on the remote box, I get the error.