I use a MacBook Pro. Sometimes I want to pause the execution of a long heavy-duty experiment running on my system because I am on battery or for any other reason. Is there a way to do it in Eclipse ? Or even in Mac OS X itself ?
|
feedback
|
kill) can be used to pause/resume running processes. If an app is running in the foreground, ctrl+z (typically) sends sigstop signal;jobsandfg {job_num}to resume. – michael_n Jan 15 at 8:43