![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmlnativedebugservice.h"#include <private/qqmldebugconnector_p.h>#include <private/qqmldebugserviceinterfaces_p.h>#include <private/qv4debugging_p.h>#include <private/qv4engine_p.h>#include <private/qv4identifierhash_p.h>#include <private/qv4identifiertable_p.h>#include <private/qv4objectiterator_p.h>#include <private/qv4runtime_p.h>#include <private/qv4script_p.h>#include <private/qv4stackframe_p.h>#include <private/qv4string_p.h>#include <private/qversionedpacket_p.h>#include <QtQml/qjsengine.h>#include <QtCore/qjsonarray.h>#include <QtCore/qjsondocument.h>#include <QtCore/qjsonobject.h>#include <QtCore/qjsonvalue.h>#include <QtCore/qvector.h>#include <QtCore/qpointer.h>Go to the source code of this file.
Classes | |
| class | BreakPoint |
| class | Collector |
| class | BreakPointHandler |
| class | NativeDebugger |
Macros | |
| #define | TRACE_PROTOCOL(s) |
Typedefs | |
| using | QQmlDebugPacket = QVersionedPacket<QQmlDebugConnector> |
Functions | |
| size_t | qHash (const BreakPoint &b, size_t seed=0) noexcept |
| bool | operator== (const BreakPoint &a, const BreakPoint &b) |
| static void | setError (QJsonObject *response, const QString &msg) |
| static QString | encodeFrame (QV4::CppStackFrame *f) |
| static void | decodeFrame (const QString &f, QV4::CppStackFrame **frame) |
| #define TRACE_PROTOCOL | ( | s | ) |
Definition at line 30 of file qqmlnativedebugservice.cpp.
Definition at line 34 of file qqmlnativedebugservice.cpp.
|
static |
Definition at line 300 of file qqmlnativedebugservice.cpp.
|
static |
Definition at line 293 of file qqmlnativedebugservice.cpp.
|
inline |
Definition at line 57 of file qqmlnativedebugservice.cpp.
References BreakPoint::enabled, BreakPoint::ignoreCount, and BreakPoint::lineNumber.
|
inlinenoexcept |
Definition at line 52 of file qqmlnativedebugservice.cpp.
|
static |
Definition at line 64 of file qqmlnativedebugservice.cpp.