You don't specify what type of program it is, such as console program, but the program is probably doing something it should not do.
Check the Task Manager to see if your program is still shown as a process (in the Processes tab) after you stop debugging. If it is still there, then that is nearly certain proof that the program is doing something it should not do.
|