Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Transaction details

The Script Debugger displays transaction details for the current paused user session.

Transaction details are available in a dedicated resizeable section underneath the Call Stack on the bottom left of the Script Debugger.

Image omitted: sd\_transaction\_details.png
Transaction details

The Script Debugger only displays transaction details when it pauses on a script. Developers can use transaction details to:

  • Inspect the URL of the currently paused transaction.
  • Inspect the request parameters for the currently paused transaction.
  • Inspect network information about the current transaction.
  • Inspect the user and session ID that initiated the debug transaction.

Parent Topic:Script Debugger user interface

Related topics

Available transaction details

Available transaction details

The Script Debugger provides a standard set of transaction details for developers to debug and troubleshoot scripts.

Transaction elementDescription
urlThe URL of the currently paused transaction.
Request parametersThe list of request parameters for this transaction. Each transaction has its own list of request parameters, but record transactions typically include the field values used to insert, update, or delete a record.
instanceThe instance name.
addressThe IP address of the end-user client system.
sessionThe user session ID.
forwardThe IP address of the load balancer.
query countThe number of database queries the Script Debugger has made.
threadThe name of the thread running the Script Debugger instance.
transactionidThe Sys ID of the current transaction.
tokenThe Script Debugger token of the currently paused transaction. The system uses this token to identify different Script Debugger instances.
nameThe name of the currently paused transaction. You can use this name to identify transactions in the logs.
processorThe name of the processor processing the current transaction, if present.
methodThe HTTP request method the currently paused transaction uses.
startTimeThe date-time stamp when the Script Debugger instance started.
pageThe current table or UI page associated with the transaction.
userThe user who triggered the debug transaction.
nodeidThe Sys ID of the node running the Script Debugger instance.

Related topics

Transaction details