Dyalog RIDE can connect to running interpreter sessions, but in order for that to work, is there a way to tell an already running session that it should start listening to incoming connections?
I know I can start a new session with the following environment variable set:
RIDE_INIT="serve::4502"
and it'll listen.