SAP ABAP Class IF_FDT_DEBUGGER (FDT: Debugger (debugging process))
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_DEBUG | FDT: Debug | 20080612 |
Properties
Class | IF_FDT_DEBUGGER | |
Short Description | FDT: Debugger (debugging process) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20080612 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FDT_DEBUGGER has no interface implemented.
Friends
Class IF_FDT_DEBUGGER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Seconds until debuggee stops waiting | 20130613 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Stop debugger and debuggee | 20120613 |
2 | ![]() |
Instance method | Public | Method | Get debug status | 20120709 |
3 | ![]() |
Instance method | Public | Method | Get exception messages | 20080612 |
4 | ![]() |
Instance method | Public | Method | Get trace info | 20080614 |
5 | ![]() |
Instance method | Public | Method | Get variable values | 20080612 |
6 | ![]() |
Instance method | Public | Method | Is function processing completed? | 20120209 |
7 | ![]() |
Instance method | Public | Method | Load changes from memory since last request | 20080613 |
8 | ![]() |
Instance method | Public | Method | Load timestamp of debuggEE information in shared memory | 20120208 |
9 | ![]() |
Instance method | Public | Method | Set all Break-Points | 20080612 |
10 | ![]() |
Instance method | Public | Method | Set (next) step | 20080612 |
11 | ![]() |
Instance method | Public | Method | Set variable values | 20080613 |
12 | ![]() |
Instance method | Public | Method | Set all Watch-Points | 20120703 |
13 | ![]() |
Instance method | Public | Method | Start debuggee in new task for a function ID | 20080612 |
14 | ![]() |
Instance method | Public | Method | Wait for update from debuggee | 20120208 |
15 | ![]() |
Instance method | Public | Method | Write changes to memory | 20080613 |
Events
Class IF_FDT_DEBUGGER has no event.
Types
Class IF_FDT_DEBUGGER has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class IF_FDT_DEBUGGER has no parameter.
Method CLOSE on class IF_FDT_DEBUGGER has no exception.
Method GET_DEBUG_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DEBUG_STATUS | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>DEBUG_STATUS | Status information of the debugging process | 20130612 | ||
2 | ![]() |
EV_WATCHPOINT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Active watchpoint ID | 20130612 |
Method GET_DEBUG_STATUS on class IF_FDT_DEBUGGER has no exception.
Method GET_EXCEPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | 20120712 |
Method GET_EXCEPTION on class IF_FDT_DEBUGGER has no exception.
Method GET_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_TRACE | Call by reference | Type reference (TYPE) | IF_FDT_TRACE=>TS_TRACE | Trace entries | 20130228 |
Method GET_TRACE on class IF_FDT_DEBUGGER has no exception.
Method GET_VARIABLE_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_VARIABLE_VALUE | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>TS_VARIABLE_VALUE | List of context variable values | 20130307 | ||
2 | ![]() |
IV_FROM_WRITE_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130612 |
Method GET_VARIABLE_VALUES on class IF_FDT_DEBUGGER has no exception.
Method IS_FUNCTION_COMPLETED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_FUNCTION_COMPLETED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Is function processing completed? | 20120209 |
Method IS_FUNCTION_COMPLETED on class IF_FDT_DEBUGGER has no exception.
Method LOAD_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXCEPTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Exception | 20080613 | ||
2 | ![]() |
EV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20080615 | ||
3 | ![]() |
EV_TRACE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Trace info | 20080614 | ||
4 | ![]() |
EV_VARIABLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | Variable value change | 20080613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Debugger Error | 20120621 |
Method LOAD_TIMESTAMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20120208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Debugger Error | 20120704 |
Method SET_BREAKPOINTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_BREAKPOINT | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>T_BREAKPOINT | 20080703 |
Method SET_BREAKPOINTS on class IF_FDT_DEBUGGER has no exception.
Method SET_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STEP | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>STEP | Step | 20080613 |
Method SET_STEP on class IF_FDT_DEBUGGER has no exception.
Method SET_VARIABLE_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20120725 | ||
2 | ![]() |
ITS_VARIABLE_VALUE | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>TS_VARIABLE_VALUE | List of context variable values | 20080613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20120725 |
Method SET_WATCHPOINTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_WATCHPOINT | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>T_WATCHPOINT | Watchpoints | 20120703 |
Method SET_WATCHPOINTS on class IF_FDT_DEBUGGER has no exception.
Method START_DEBUGGEE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXECUTE_ACTIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True: Execute actions | 20130311 | |
2 | ![]() |
IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Function ID | 20080612 | ||
3 | ![]() |
IV_INACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True: Inactive function should be debugged | 20120815 | |
4 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp for processing | 20080612 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Debugger Error | 20120704 |
Method WAIT_FOR_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_TIMEOUT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Timeout occured | 20130611 | ||
2 | ![]() |
IV_MAX_SECONDS | Call by reference | Type reference (TYPE) | I | Max. seconds to wait | 20130611 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Debugger Error | 20120704 |
Method WRITE_CHANGES Signature
Method WRITE_CHANGES on class IF_FDT_DEBUGGER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Debugger Error | 20120621 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |