This function connects to the debug tool.
[Specification format]
[Argument(s)]
None
[Return value]
If the debug tool was connected successfully: True
If there was an error when connecting to the debug tool: False
[Detailed description]
- | This function connects to the debug tool. |
[Example of use]
>>>debugger.Connect()
True
>>>
|