Multiple client source sending feature. (#1957)
Whit this enhancement the debugger can able handle more than one source file across the new source wait mode. This feature can be used by the python client with the --client-source [paths] switch. The client will store every source path, when the debugger send a signal about the waiting status, then the client will send one file from the list. JerryScript-DCO-1.0-Signed-off-by: Imre Kiss kissi.szeged@partner.samsung.com
This commit is contained in:
@@ -33,7 +33,8 @@ extern "C"
|
||||
typedef enum
|
||||
{
|
||||
JERRY_DEBUGGER_SOURCE_RECEIVE_FAILED = 0, /**< source is not received */
|
||||
JERRY_DEBUGGER_SOURCE_RECEIVED = 1, /**< the source has been received */
|
||||
JERRY_DEBUGGER_SOURCE_RECEIVED = 1, /**< a source has been received */
|
||||
JERRY_DEBUGGER_SOURCE_END = 2, /**< the end of the sources signal received */
|
||||
} jerry_debugger_wait_and_run_type_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user