User Tools

Site Tools


features

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
features [2020/02/24 17:40]
jtwine [Debugging Steps]
features [2020/02/24 17:40]
jtwine [Debugging Steps]
Line 183: Line 183:
  
 ==== Debugging Steps ==== ==== Debugging Steps ====
-A "step over pause" can be simulated by inserting code in-between each compiled statement that calls a program which shows the source code line number and stops execution until you press **<​Cont>​**. ​ This feature is enabled and disabled by compiler directives in your code.  For example, the following code would cause cause a pause and the line number to be shown before the execution of each of the last two ''​WRITE''​ operations.+A "step over pause" can be simulated by inserting code in-between each compiled statement that calls a program which shows the source code line number and stops execution until you press **<​Cont>​** ​on the 9010A.  This feature is enabled and disabled by compiler directives in your code.  For example, the following code would cause cause a pause and the line number to be shown before the execution of each of the last two ''​WRITE''​ operations.
  
 <code c> <code c>
features.txt ยท Last modified: 2020/02/26 17:15 by jtwine