![]() |
Qt 6.x
The Qt SDK
|
#include "qv4debugservice.h"
#include "qv4debugjob.h"
#include "qqmlengine.h"
#include <private/qv4engine_p.h>
#include <private/qv4function_p.h>
#include <private/qqmldebugconnector_p.h>
#include <private/qversionedpacket_p.h>
#include <QtCore/QJsonArray>
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>
#include <QtCore/QJsonValue>
#include "moc_qv4debugservice.cpp"
Go to the source code of this file.
Classes | |
class | V4CommandHandler |
class | UnknownV4CommandHandler |
Macros | |
#define | NO_PROTOCOL_TRACING |
#define | TRACE_PROTOCOL(x) |
Typedefs | |
using | QQmlDebugPacket = QVersionedPacket< QQmlDebugConnector > |
Variables | |
const char *const | V4_CONNECT = "connect" |
const char *const | V4_DISCONNECT = "disconnect" |
const char *const | V4_BREAK_ON_SIGNAL = "breakonsignal" |
const char *const | V4_PAUSE = "interrupt" |
#define NO_PROTOCOL_TRACING |
Definition at line 23 of file qv4debugservice.cpp.
#define TRACE_PROTOCOL | ( | x | ) |
Definition at line 25 of file qv4debugservice.cpp.
Definition at line 36 of file qv4debugservice.cpp.
const char* const V4_BREAK_ON_SIGNAL = "breakonsignal" |
Definition at line 20 of file qv4debugservice.cpp.
Referenced by QV4DebugServiceImpl::messageReceived().
const char* const V4_CONNECT = "connect" |
Definition at line 18 of file qv4debugservice.cpp.
Referenced by QV4DebugServiceImpl::messageReceived().
const char* const V4_DISCONNECT = "disconnect" |
Definition at line 19 of file qv4debugservice.cpp.
Referenced by QV4DebugServiceImpl::messageReceived().
const char* const V4_PAUSE = "interrupt" |
Definition at line 21 of file qv4debugservice.cpp.
Referenced by QV4DebugServiceImpl::messageReceived().