GetHistory command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Displays a history (in an</span><span class="f_ListContinue"> </span><...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{| | {| | ||
|width=" | |width="125px"| '''Action:''' | ||
|width=" | |width="575px"| | ||
<span class="f_Para">[[ | <span class="f_Para">[[Displaying a statement history|Displays a history]] (in an</span><span class="f_ListContinue"> </span><span class="f_GUIlabel">Execution History</span><span class="f_ListContinue"> window</span><span class="f_Para"> or in the </span><span class="f_GUIlabel">Execution Trace</span><span class="f_Para"> page</span><span class="f_ListContinue">) </span><span class="f_Para">of the statements executed thus far during program evaluation. The history includes calls and returns for methods and subroutines (as many as 1000 statements). </span> | ||
'''Syntax:''' | '''Syntax:''' |
Latest revision as of 21:23, 30 January 2023
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 |