how to stop a command in the VS Code terminal

后端 未结 11 1156
天命终不由人
天命终不由人 2021-02-06 22:48

I\'ve been stopping commands with the trash can for too long. Command period doesn\'t work on Mac. I can\'t find anywhere how to stop the terminal via a command. Anyone know wha

11条回答
  •  耶瑟儿~
    2021-02-06 23:46

    You can kinda bypass the issue by writing, system("pause"), at the very end of your main function. That works for me like a charm...

提交回复
热议问题