Renesas SH7058 Technical Information Page 82

  • Download
  • Add to my manuals
  • Print
  • Page
    / 323
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 81
51
4.10 Stepping Through a Program
The HDI provides various step commands that allow efficient program debugging. For details on
step function, refer to section 5.5, Step Functions.
Table 4.2 Step Command
Command Description
Step In Steps through the statements in a function by each line, or steps through
assembly statements by each instruction. (For a line that calls a function,
execution stops at the first line of the called function.)
Step Over Steps through the statements in a function by each line, or steps through
assembly statements by each instruction. (For a line that calls a function, the
whole of the called function is executed in a single step.)
Step Out Steps out of a function, and stops at the next line that calls the function in the
program.
Step… Steps the specified counts repeatedly at a specified rate.
Page view 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 322 323

Comments to this Manuals

No comments