Skip to main content

GT Dev Debug Tool

When enabled, this tool will return the code for any action taken once the “Debugging On?” button is checked. The tool should be opened in the same browser window as the target page to successfully view the code.

Navigation: Manage GT eForms 3.x > GT Utilities > GT Dev Debug Tool

A screenshot of the GT Dev Debug Tool menu

FIELDVALUE/USE
Debugging On?Check box to turn debugging feature on.
Debug LevelSelect the code level
0 – All
1 – Debug
11- DEP
2 – Info
3 – Warn
4- Error
5 – Fatal
6 – Tuning
Context Type (dropdown)When debugging on is checked, dropdown options include: Application Package PPC, Component/Record PPC, Page PPC
Add ButtonAdds an additional Context Type
Delete ButtonRemove the selected Context Type
Display LogDisplays logs
Download LogDownloads logs
Delete LogDeletes logs

Context Types

Three different context types can be filtered. The values of the subsequent fields should be filled in and then naviagte to the component and trigger the code.

Application Package

A screenshot of the menu as it appears when the 'Application Package' context type is selected

FIELDVALUE/USE
PackageEnter the name of the application package
PathEnter the path name of the application package
ClassEnter the class name of the application package
MethodEnter the method to be called

Component/Record PPC

A screenshot of the menu as it appears when the 'Component/Record' context type is selected

FIELDVALUE/USE
ComponentEnter the component name of the PPC
RecordEnter the record name of the PPC
FieldSelect the field of the PPC
PC EventEnter the PC event to be called

Page PPC

A screenshot of the menu as it appears when the 'Page PPC' context type is selected

FIELDVALUE/USE
PageEnter the page name of the PPC