| | |
<Information> | <Parameter> | <Result> |
---|
dbgProcess | None | Caption of process currently run |
| dbgCurrentProcess | Caption of process currently run |
| dbgCallingProcess | Caption of calling process. |
| <an integer> | Caption of <integer> calling process |
dbgElement | None | Full internal name of process currently run |
| dbgCurrentProcess | Full internal name of process currently run |
| dbgCallingProcess | Full internal name of the calling process |
| <an integer> | Full internal name of <integer> calling process |
dbgElementShortName | None | - Name of the control associated with the WLanguage event being executed,
- Name of the procedure being executed.
|
dbgLine | None | Number of current line in the process currently run.
|
| dbgCurrentProcess | Number of current line in the process currently run.
|
| dbgCallingProcess | Number of current line in the calling process.
|
| <an integer> | Number of current line in the <integer> calling process.
|
dbgFullComponentName | None | Full name of the component being executed. For example:- "" (empty string): main application context
- "Component1": "Component1" component directly used in the project
- "Component1.Component2": "Component2" component used from "Component1".
|
dbgTypeName | <Type number> | Spelled out type name. <Type number> is returned: |
dbgStack | None | Call stack |
dbgActivateSystemDump | True or False | Used to enable (or not) the generation of system dump to transmit some problems to the Technical Support. Caution: This constant allows you to generate a system dump for the 32-bit Windows applications only. In the other cases, this constant has no effect. |
dbgActivateUserDump | True or False | Used to enable or disable the user memory dump (Ctrl + Pause). |
dbgDirectorySystemDump | <Directory for generating the system dumps> | Directory for generating the system dumps. The default directory is <X>:\PCSOFTDUMP, where <X> corresponds to the disk from which the application was started. Caution: This constant can only be used with 32-bit Windows applications. In the other cases, this constant has no effect. |
dbgDebuggerEnabled | None | - True if the debugger is enabled,
- False otherwise.
|