Qore DebugCmdLine Module Reference 0.1.2
Loading...
Searching...
No Matches
DebugCmdLine::DebugCommandLine Class Referenceabstract

debug command line class More...

#include <DebugCmdLine.qm.dox.h>

Inherits AbstractDebugControl.

Public Member Methods

abstract *hash doCommandImpl (hash data)
 To be implemented to execute remote (via websocket) or local command. More...
 

Detailed Description

debug command line class

Member Function Documentation

◆ doCommandImpl()

abstract *hash DebugCmdLine::DebugCommandLine::doCommandImpl ( hash  data)
pure virtual

To be implemented to execute remote (via websocket) or local command.

(via DebugProgramControl)