AddWatchOnCurrentLine command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__TOC__
__TOC__
{|
{|
|width="50%"| <span class="f_Label">Action:</span>
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_GUIlabel">[[add_item_to_watch_window.html|Adds to the Watch Window]]</span><span class="f_Para"> any variables found in the current </span><span class="f_GUIlabel">Source Code</span><span class="f_Para"> line. </span>
<span class="f_GUIlabel">[[add_item_to_watch_window.html|Adds to the Watch Window]]</span><span class="f_Para"> any variables found in the current </span><span class="f_GUIlabel">Source Code</span><span class="f_Para"> line. </span>


<span class="f_Para">Syntax: </span>
'''Syntax:'''


<p class="syntax">addWatchOnCurrentLine </p>
<p class="syntax">addWatchOnCurrentLine </p>
|-
|-
| <span class="f_Label">Client menu: </span>
| '''Client menu:'''
| <span class="f_GUIlabel">Data Display</span><span class="f_Para"> &gt; </span><span class="f_GUIlabel">Add Watch on Current Line</span><span class="f_Para"> </span>
| <span class="f_GUIlabel">Data Display</span><span class="f_Para"> &gt; </span><span class="f_GUIlabel">Add Watch on Current Line</span><span class="f_Para"> </span>
|-
|-
| <span class="f_Label">Introduced:</span>
| '''Introduced:'''
| <span class="f_Para">Build 28</span>
| <span class="f_Para">Build 28</span>
|}
|}

Latest revision as of 22:03, 20 January 2023

Action:

Adds to the Watch Window any variables found in the current Source Code line.

Syntax:

addWatchOnCurrentLine 

Client menu: Data Display > Add Watch on Current Line
Introduced: Build 28