Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::Debugging::Debugger Class Reference

#include <qv4debugging_p.h>

+ Inheritance diagram for QV4::Debugging::Debugger:
+ Collaboration diagram for QV4::Debugging::Debugger:

Public Member Functions

bool pauseAtNextOpportunity () const
 
void maybeBreakAtInstruction ()
 
void enteringFunction ()
 
void leavingFunction (const ReturnedValue &)
 
void aboutToThrow ()
 

Detailed Description

Definition at line 29 of file qv4debugging_p.h.

Member Function Documentation

◆ aboutToThrow()

void QV4::Debugging::Debugger::aboutToThrow ( )
inline

Definition at line 36 of file qv4debugging_p.h.

◆ enteringFunction()

void QV4::Debugging::Debugger::enteringFunction ( )
inline

Definition at line 34 of file qv4debugging_p.h.

Referenced by QV4::Moth::VME::exec().

+ Here is the caller graph for this function:

◆ leavingFunction()

void QV4::Debugging::Debugger::leavingFunction ( const ReturnedValue & )
inline

Definition at line 35 of file qv4debugging_p.h.

Referenced by QV4::Moth::VME::exec().

+ Here is the caller graph for this function:

◆ maybeBreakAtInstruction()

void QV4::Debugging::Debugger::maybeBreakAtInstruction ( )
inline

Definition at line 33 of file qv4debugging_p.h.

◆ pauseAtNextOpportunity()

bool QV4::Debugging::Debugger::pauseAtNextOpportunity ( ) const
inline

Definition at line 32 of file qv4debugging_p.h.


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