Workspace 6.21.5
Public Member Functions | Public Attributes | List of all members
ExecutionDebugger::Scope Struct Reference

#include <Workspace/DataExecution/Execution/executiondebugger.h>

Public Member Functions

 Scope ()
 
 Scope (ExecutionDebugger &instance, Updater *updater)
 
 ~Scope ()
 
void trapStep (const QString &idPath, StepType stepType, const QString &name, const QString &objectType)
 

Public Attributes

CallstackFrame frame_
 
ExecutionDebuggerinstance_
 
Updaterupdater_
 

Constructor & Destructor Documentation

◆ Scope() [1/2]

Scope ( )
inline

◆ Scope() [2/2]

Scope ( ExecutionDebugger instance,
Updater updater 
)
inline

◆ ~Scope()

~Scope ( )

Member Function Documentation

◆ trapStep()

void trapStep ( const QString &  idPath,
StepType  stepType,
const QString &  name,
const QString &  objectType 
)

Member Data Documentation

◆ frame_

◆ instance_

ExecutionDebugger* instance_

◆ updater_

Updater* updater_