How can I fix this problem on vscode: it says unable to process 'evaluate' : debugging is running | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I fix this problem on vscode: it says unable to process 'evaluate' : debugging is running

19th Feb 2022, 9:09 PM
Lawal Omobolaji
Lawal Omobolaji - avatar
2 Answers
+ 1
A person called Hyangah posted this on Github: "VSCode's DEBUG CONSOLE does not have tty. Its primarily purpose is to serve as the UI for evaluate expressions even though it can show stdout/stderr outputs for convenience. For full tty support (stdin/stdout/stderr), use the console property in launch.json configuration, that will start debugging sessions in terminal (TERMINAL tab)" Hope this helps you. Have a nice day!
22nd Feb 2022, 8:20 PM
null00null
null00null - avatar
+ 2
Thank you for this man!
22nd Feb 2022, 8:22 PM
Lawal Omobolaji
Lawal Omobolaji - avatar