csplus.is_debug_session_running
|
This function checkes the debug sesion is running or not.
[Specification format]
csplus.is_debug_session_running(session_id)
|
[Argument(s)]
|
|
session_id
|
This argument is ignored in this version.
|
[Return value]
True if debug session is running, False if debug session is suspending.
[Detailed description]
- | If is_debug_session_running is called unsuccessfully, an exception will be thrown. In case of multicore device, only the first core is checked. |
[Example of use]
>>> csplus.is_debug_session_running(session_id)
True
>>>
|