GetHistory command

From m204wiki
Revision as of 03:47, 26 May 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Displays a history (in an</span><span class="f_ListContinue"> </span><...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Displays a history (in an Execution History window or in the Execution Trace page) of the statements executed thus far during program evaluation. The history includes calls and returns for methods and subroutines (as many as 1000 statements).

Syntax:

getHistory 

See also the previousHistory, nextHistory, firstHistory, and lastHistory commands, which let you view highlighted history statements within the program in the Source Code tab (or Daemon tab).

Client menu: Execution > Get/Display History
Introduced: Build 34