Used to display the statement that is being executed and the values and types of its parameters.
property Debug: boolean default False;
Set the Debug property to True to display the statement that is being executed and the values and types of its parameters.
You should add the PgDacVcl unit to the uses clause of any unit in your project to make the Debug property work.
Note: If TPgSQLMonitor is used in the project and the TPgSQLMonitor.Active property is set to False, the debug window is not displayed.