I am using the Live Share-Extension in Visual Studio Code to code in python together with a friend. It works just fine, however when one of us starts debugging the code, the program only runs on my PC (I am the host). My friend only sees the debug log terminal.
Is it possible to run/debug the program so that both participants actually see it?