val emulateTerminal: Boolean ) : RunParameters() { override fun getInstaller(): Installer = TrivialInstaller(cmd) override fun getArchitectureId(): String? = null override fun getDebuggerDriverConfiguration(): DebuggerDriverConfiguration { for (provider in RsDebuggerDriverConfigurationProvider.EP_NAME....
I am learning Python with an instruction video. In the instructor's Debug window, “Emulate terminal in output console" exists. However, in my Debug is like this picture with no such item. I would like someone to give me a help.