5.6.2.1. vlcp.service.debugging.console

Note

This document is generated from the source file.

View Source on GitHub

Created on 2015/12/29

author:hubo
class vlcp.service.debugging.console.Console(server)

VLCP debugging console.

Besides the normal functions of Python interactive console, Following variables are provided for debugging purpose:

server, manager, container

Following functions can be used to control VLCP running:

callapi, capture, sendevent, subroutine, execute, breakpoint, syscall, resume, debug, restore_console, console_help

For details call console_help()

__init__(server)

Constructor

class vlcp.service.debugging.console.ConsoleEvent(*args, **kwargs)
class vlcp.service.debugging.console.ConsoleServiceCall(*args, **kwargs)
class vlcp.service.debugging.console.ConsoleServiceCancel(*args, **kwargs)
class vlcp.service.debugging.console.InterruptPoller(*args, **kwargs)
class vlcp.service.debugging.console.SocketInjectDone(*args, **kwargs)