Description
PSTrace.js is a script which allows a developer to trace events and function calls, both VT and Server-side.
![]() | Deprecated, use Debugging Panel from virtual_ticket.ui.js instead |
Usage
Form: include PSTrace.js (at the very top)
PSTrace.js should always be included first (at the very top of the include list):
Form: include PS.js
Don't forget to include PS.js somewhere further:
Form Server-side: include PSTrace.js (at the very top)
PSTrace.js should always be included first (at the very top of the include list):
See results with PSTrace.showAsHTML
Place the following code into appropriate Action (Click Action etc.)