After starting a thread, save the thread ID with an assembly variable and end the thread where it needs to stop.
In addition, the "Pause ()" command is only valid in debugging environment. You don't even know this?
Call format: Pause()- system core support library->; program debugging
English name: stop
This command is only executed in the debug version of Easy Program, and will be skipped directly in the release version.
You can put this command anywhere in the subroutine. Using this command is equivalent to setting a breakpoint in program code. This command is the primary command.
Operating system requirements: Windows, Linux, Unix.