thebaselab / codeapp

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

How do i stop a running program (C++) #609

Closed ShammahBernard closed 7 months ago

ShammahBernard commented 2 years ago

When I close a file and try run a different one, the app runs both the closed program and the one the one i want to run. How do i terminate a program thats running/ how do I prevent it from running unwanted files?

1113327 commented 11 months ago

I am struggled in this problem too.

bummoblizard commented 7 months ago

Should be fixed by https://github.com/thebaselab/codeapp/issues/612. (With control-c on keyboard or the button)