I am running a program in the debugger from the command line. The program performs some operations then should stop running. But it continues to run until the process is killed.
I am calling exit() to terminate the program. I verified that the program stops when running in the IDE. The program stopped as expected when running a similar program from the command line in CCSv4.
In the java script I set a timeout of 180 seconds. In the log I find the statement, "Timed out after 180000ms" But still it does not stop.
Any idea how to make it stop?