ReloadLists command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__  <div id="printheader"> <br /> <span id="reloadlists-command"></span> = <span class="f_Heading1">reloadLists command</span> = </div> <div id="idcontent"> <div...")
 
No edit summary
Line 1: Line 1:
__TOC__
__TOC__

<div id="printheader">
<br />
<span id="reloadlists-command"></span>
= <span class="f_Heading1">reloadLists command</span> =
</div>
<div id="idcontent">
<div id="innerdiv">
<div style="text-align: left; text-indent: 0; padding: 0 0 0 0; margin: 10px 0 10px 0;">


{|
{|
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Loads or reloads to the Client [[selectively_excluding_source.html#use_proc_list|the Exclude/Include lists]], that is, lists of procedures or routines (methods, or User Language &quot;complex&quot; subroutines) whose code you want to be [[selectively_excluding_source.html|excluded from interactive debugging]]. These lists must be specified in particular text files:</span><span class="f_ListContinue3"> </span><span class="f_Monospace">excludeProc.txt</span><span class="f_ListContinue3">, </span><span class="f_Monospace">excludeRoutine.txt,</span><span class="f_ListContinue3"> </span><span class="f_Monospace">includeProc.txt</span><span class="f_ListContinue3">, and </span><span class="f_Monospace">includeRoutine.txt.</span><span class="f_Para"> </span>
<span class="f_Para">Loads or reloads to the Client [[selectively_excluding_source.html#use_proc_list|the Exclude/Include lists]], that is, lists of procedures or routines (methods, or User Language &quot;complex&quot; subroutines) whose code you want to be [[selectively_excluding_source.html|excluded from interactive debugging]]. These lists must be specified in particular text files: ''excludeProc.txt'', ''excludeRoutine.txt'', ''includeProc.txt'', and ''includeRoutine.txt''.


'''Syntax:'''
'''Syntax:'''

Revision as of 14:44, 17 June 2022

Action:

Loads or reloads to the Client the Exclude/Include lists, that is, lists of procedures or routines (methods, or User Language "complex" subroutines) whose code you want to be excluded from interactive debugging. These lists must be specified in particular text files: excludeProc.txt, excludeRoutine.txt, includeProc.txt, and includeRoutine.txt.

Syntax:

reloadLists 

Same as clicking the Reload Proc/Routine/Method Lists button on the Proc Selection page.

Client menu: --
Introduced: Build 58

[{Category:Debugger Commands]]