DEFRECORD KCML_Debug_ReturnStackEntry
A return stack entry from 'KCML_Debug_GetReturnStackEx()| FLD name | Pack format | Purpose |
|---|---|---|
| KCML_Debug_ReturnStackEntry_Name$ | The name of the function or form, if applicable | |
| KCML_Debug_ReturnStackEntry_Class$ | If the stack entry is a DEFMETHOD, the name of the DEFCLASS | |
| KCML_Debug_ReturnStackEntry_Filename$ | Source file name | |
| KCML_Debug_ReturnStackEntry_LineNo | UINT(4) | Line number |
| KCML_Debug_ReturnStackEntry_StatNo | UINT(4) | Statement number |
| KCML_Debug_ReturnStackEntry_FileLineNo | UINT(4) | File line number |
| KCML_Debug_ReturnStackEntry_Type | UINT(1) | The type of return stack entry |