Timed out waiting for process to terminate

From RAD Studio
Jump to: navigation, search

Go Up to Error Messages Index


Terminating a process under debugger control has taken longer than 10 seconds. Under normal circumstances, process termination should not take this long. When you receive this error message, you have 3 choices:

  • Abort: Tells the debugger to stop waiting for the process termination and to act as if the process terminated normally, cleaning up any internal data for that process. Use "Abort" if "Retry" does not work.
  • Retry: Tells the debugger to wait another 10 seconds for the process to terminate. Choose "Retry" if there is an expected reason for process termination to take so long.
  • Ignore: Tells the debugger to do nothing. Choose "Ignore" if you notice that the process completely terminates after this status dialog is shown.