
Port: can be any vacant non-priviledged port you like. So the virtual (remote) machine has to be able to reach the host.

#PYCHARM UBUNTU WINDOWS#
Local host name: means the name of the server - that's the windows host machine in my case - or actually the IP Address of the windows host machine since the hostname is not known to my remote machine.


#PYCHARM UBUNTU CODE#
When your python code hits the settrace it connects to the server - pycharm - and starts feeding it the debug data.ġ. P圜harm (or your ide of choice) acts as the "server" and your application is the "client" so you start the server first - tell the IDE to 'debug' - then run the client - which is some code with the settrace statement in it.
