4#ifndef QV4DEBUGCLIENT_P_H
5#define QV4DEBUGCLIENT_P_H
8#include <QtCore/qjsonvalue.h>
59 void backtrace(
int fromFrame = -1,
int toFrame = -1,
bool bottom =
false);
\inmodule QtCore\reentrant
QQmlDebugConnection * connection() const
\macro QT_RESTRICTED_CAST_FROM_ASCII
void scripts(int types=4, const QList< int > &ids=QList< int >(), bool includeSource=false)
void changeBreakpoint(int breakpoint, bool enabled)
void messageReceived(const QByteArray &data) override
void setBreakpoint(const QString &target, int line=-1, int column=-1, bool enabled=true, const QString &condition=QString(), int ignoreCount=-1)
void lookup(const QList< int > &handles, bool includeSource=false)
void continueDebugging(StepAction stepAction)
void scope(int number=-1, int frameNumber=-1)
void setExceptionBreak(Exception type, bool enabled=false)
Response response() const
void backtrace(int fromFrame=-1, int toFrame=-1, bool bottom=false)
void clearBreakpoint(int breakpoint)
Combined button and popup list for selecting options.
GLenum GLenum GLsizei const GLuint * ids
GLsizei GLenum GLenum * types
GLenum GLenum GLsizei const GLuint GLboolean enabled
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
GLenum GLenum GLsizei void GLsizei void * column
engine evaluate("var myObject = new MyObject()")
[8]