&&blackOrWhiteList: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_ListBul1">Tests whether the Debugger is </span><span class="f_Para">run_only_to_listed_procs.html#invoke...") |
No edit summary |
||
Line 4: | Line 4: | ||
|width="50%"| '''Action:''' | |width="50%"| '''Action:''' | ||
|width="50%"| | |width="50%"| | ||
<span class="f_ListBul1">Tests whether the Debugger is </span><span class="f_Para">[[ | <span class="f_ListBul1">Tests whether the Debugger is </span><span class="f_Para">[[Running only to listed procedures#Invoking White List or Black List processing|filtering]] the </span><span class="f_ListBul1">procedures you are going to debug, and if so, whether a Black List or White List is being used.</span><span class="f_Para"> </span> | ||
'''Syntax:''' | '''Syntax:''' |
Latest revision as of 19:06, 3 April 2023
Action: |
Tests whether the Debugger is filtering the procedures you are going to debug, and if so, whether a Black List or White List is being used. Syntax: &&blackOrWhiteList The all-lowercase return string is one of these values: black, white, or none. Example: The following macro includes a comparison involving &&blackOrWhiteList: continueMacroIf &&blackOrWhiteList <> 'black' labelButton button0 BlackList Off turnOnBlackList setTitle Black List on< set &changed = 1 clearStatus |
Introduced: | Build 62 |