Everything

csplus.resume_debug_session


This function resumes a debug session.

[Specification format]

csplus.resume_debug_session(session_id, wait_break=False)

[Argument(s)]

Argument

Description

session_id

This argument is ignored in this version.

wait_break

Specify whether to wait for the debug session to suspend or not.

[Return value]

None

[Detailed description]

-

If the debug session is running, calling this command does nothing.

-

If wait_break is true, this command will return after the suspending of the debug session. The program must be suspended to use the next command.

[Example of use]

>>> csplus.resume_debug_session(session_id)
>>>