System("cls") doesn't work in the debugger terminal. #13110
Labels
bug
debugger
help wanted
Can be fixed in the public (open source) repo.
tasks/build/debug
An issue relating to tasks.json (e.g. build issues)
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
In terminal
std::system( "cls" );
orstd::system( "pause" );
, such command does not work as expected on windows OS.However, manually execute the command still works, execute the program without the debugger still works, enable externalConsole works, on linux platform also works.
Steps to reproduce:
Minimal reproduce code:
launch config:
Steps to reproduce:
Minimal reproduce code:
Debugger Configurations
Debugger Logs
Other Extensions
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: