robotframework-debuglibrary
robotframework-debuglibrary copied to clipboard
NoConsoleScreenBufferError: No Windows console found. Are you running cmd.exe?
When I run debugging in pycharm, It report this error
import os
from robot import run
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
run(f'{ROOT_DIR}/testcase/t.robot')
@dashi6174 This seems to be an issue with prompt-toolkit, see also https://github.com/prompt-toolkit/python-prompt-toolkit/issues/406 I'll keep this open until it's resolved upstream.