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
 
(3 intermediate revisions by the same user not shown)
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="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<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 code blocks#Using the code exclude feature in its normal mode|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 code blocks|excluded from interactive debugging]]. These lists must be specified in particular text files: ''excludeProc.txt'', ''excludeRoutine.txt'', ''includeProc.txt'', and ''includeRoutine.txt''.


'''Syntax:'''
'''Syntax:'''
Line 35: Line 19:
|}
|}


[{Category:Debugger Commands]]
[[Category:Debugger Commands]]

Latest revision as of 23:22, 3 February 2023

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