Can I debug CGI scripts or embedded Python code?
Yes. The IDE’s debugger consists of networked client and server, and it supports attachment to the running IDE from an externally launched process. The Wing debugger machinery only requires access to a TCP/IP network connection and that source files are stored on disk in a way that they are accessible both to the IDE and to the debug process (for example, via Samba, NFS, or other file sharing). Some debug scenarios can be a bit tricky to set up initially. See the manual for details on remote and embedded debugging.