|
Pyrogenesis
13997
|
#include <ThreadDebugger.h>
Public Member Functions | |
| CActiveBreakPoint () | |
| CActiveBreakPoint (CBreakPoint breakPoint) | |
Public Member Functions inherited from CBreakPoint | |
| CBreakPoint () | |
Public Attributes | |
| uint | m_ActualLine |
| JSScript * | m_Script |
| jsbytecode * | m_Pc |
| bool | m_ToRemove |
Public Attributes inherited from CBreakPoint | |
| uint | m_UserLine |
| std::string | m_Filename |
Definition at line 37 of file ThreadDebugger.h.
|
inline |
Definition at line 40 of file ThreadDebugger.h.
|
inline |
Definition at line 47 of file ThreadDebugger.h.
| uint CActiveBreakPoint::m_ActualLine |
Definition at line 55 of file ThreadDebugger.h.
| jsbytecode* CActiveBreakPoint::m_Pc |
Definition at line 57 of file ThreadDebugger.h.
| JSScript* CActiveBreakPoint::m_Script |
Definition at line 56 of file ThreadDebugger.h.
| bool CActiveBreakPoint::m_ToRemove |
Definition at line 58 of file ThreadDebugger.h.
1.8.5