Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4DebugJob Class Referenceabstract

#include <qv4debugjob.h>

Inheritance diagram for QV4DebugJob:
Collaboration diagram for QV4DebugJob:

Public Member Functions

virtual ~QV4DebugJob ()
virtual void run ()=0

Detailed Description

Definition at line 16 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ ~QV4DebugJob()

QT_BEGIN_NAMESPACE QV4DebugJob::~QV4DebugJob ( )
virtual

Definition at line 20 of file qv4debugjob.cpp.

Member Function Documentation

◆ run()

virtual void QV4DebugJob::run ( )
pure virtual

Implemented in BacktraceJob, FrameJob, GatherSourcesJob, JavaScriptJob, ScopeJob, and ValueLookupJob.

Referenced by QV4Debugger::maybeBreakAtInstruction().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: