I use an IDE called Komodo (from Activestate). You configure its debugger by pointing it an interpreter, in this case Python3. I have a Python library that is not compatible with Windows Python, but I have it installed on Python on the WSL side. I want to use Komodo to develop scripts using this library. There is a Linux version, but there is no X support in WSL (yet).
So I am wondering, is there some way I can use Komodo on the Windows side, but point its debugger at the interpreter on the WSL side? If so how do I determine its path, and do I need to have a WSL window open at the time?