I posted this on Ask Ubuntu a couple days ago but got no takers, so I'm trying here.

I use Komodo IDE (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/debug scripts using this library. There is a Linux version of Komodo, 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 the path, and do I need to have a WSL window open at the time?