Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Logs field definitions and values in the current module. If the "debug" control option is set to false, no logging occurs unless a value of true is passed for the Force parameter.

Parameters

  1. Force flag (optional)

Example

if (pjs.error()) {
  pjs.dump(true);
}

 

RPG Equivalent

DUMP

  • No labels