Difference between revisions of "Simulation Debugger"

From Flowcode Help
Jump to navigationJump to search
(Created page with "'''<img>''' The watch window is used as a simulation tool to monitor the status of the variables used in your program. '''<img>''' Variables are added to the watch window b...")
 
Line 1: Line 1:
 +
<sidebar>Sidebar: Overview of Simulation</sidebar>
 
'''<img>'''
 
'''<img>'''
  

Revision as of 13:36, 29 May 2013

<sidebar>Sidebar: Overview of Simulation</sidebar> <img>

The watch window is used as a simulation tool to monitor the status of the variables used in your program.

<img>

Variables are added to the watch window by right clicking the window and selecting a variable from the current variable list.

<img>

If ICD Mode is enabled then the values shown in the watch window are taken directly from the running target microcontroller. The watch window can also be used to pass or receive values of memory locations and registers on board the target microcontroller.