robotframework-debuglibrary icon indicating copy to clipboard operation
robotframework-debuglibrary copied to clipboard

NoConsoleScreenBufferError: No Windows console found. Are you running cmd.exe?

Open dashi6174 opened this issue 3 years ago • 1 comments

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 avatar Dec 08 '22 06:12 dashi6174

@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.

xyb avatar Dec 08 '22 14:12 xyb