This function disconnects from the debug tool.
[Specification format]
[Argument(s)]
None
[Return value]
If the debug tool was disconnected successfully: True
If there was an error when disconnecting from the debug tool: False
[Detailed description]
- | This function disconnects from the debug tool. |
[Example of use]
>>>debugger.Disconnect()
True
>>>
|