Paul Sijben wrote: > I am developing a python client-server application using wing ide. is > there a way to debug both the client and the server at the same time? You can use two instances of Wing IDE, one debugging the client and the other debugging the server. John