codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

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

Open ShammahBernard opened this issue 3 years ago • 1 comments

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?

ShammahBernard avatar Oct 17 '22 10:10 ShammahBernard

I am struggled in this problem too.

1113327 avatar Nov 03 '23 03:11 1113327

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

bummoblizard avatar Mar 14 '24 18:03 bummoblizard