Everything

debugger.Stop


This function stops the execution of the debug tool.

[Specification format]

debugger.Stop()

[Argument(s)]

None

[Return value]

None

[Detailed description]

-

This function stops the execution of the debug tool.
Forcibly halt the program.

[Example of use]

>>>debugger.Stop()
>>>