How to Check If PSDebug Is Enabled


PSDebug is a district option (stored on the DPT table) that controls whether successful ParentSquare API calls are logged to the WRL table. Check its current value by querying the DPT table:


SELECT NM, CD FROM DPT WHERE NM = 'PSDebug' AND DEL = 0


Interpreting the result

  • CD = True — PSDebug is enabled
  • No record returned or any other value — PSDebug is off

To enable PSDebug, set DPT.CD = True on the PSDebug record. Requires database or admin access.