This function runs until control returns to the program that called the current function.
[Specification format]
[Argument(s)]
None
[Return value]
None
[Detailed description]
- | This function runs until control returns to the program that called the current function. |
[Example of use]
>>>debugger.ReturnOut()
>>>
|