AddWatchOnCurrentLine command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__  <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%"| <span class...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
__TOC__

<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%"| <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>
|}
|}




</div>
<span class="f_EndTopic"> </span>
<span class="f_EndTopic"> </span>


</div>
</div>
[[Category: Debugger Commands]]
[[Category: Debugger Commands]]

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