GetHistory command: Difference between revisions

From m204wiki
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
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">[[display_stmt_history.html|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>
<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:'''  

Revision as of 02:26, 1 December 2022

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