thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

How to force the terminal to stop when running C + + program dead loop? #375

Closed 6UOOON9 closed 7 months ago

6UOOON9 commented 2 years ago

In case of external keyboard, I tried "ctrl + c" and , but it didn't work.

Catherinena commented 2 years ago

I can’t stop the python program too

bummoblizard commented 7 months ago

Fixed by https://github.com/thebaselab/codeapp/issues/612. Use control-c or the button in the terminal panel.