Renesas M16C PC4701 用户手册

下载
页码 294
 
 
 
6.2.10 Step10 : Stepping Through a Program 
This debugger provides a range of step menu commands that allow efficient program debugging. 
1. Step 
In 
Executes each statement, including statements within functions(subroutines). 
2. Step 
Out 
Steps out of a function(subroutine), and stops at the statement following the statement in the 
program that called the function(subroutine). 
3. Step 
Over 
Executes a function(subroutine) call in a single step. 
4. Step... 
Steps the specified times repeatedly at a specified rate. 
 
6.2.10.1 Executing [Step In] Command 
The [Step In] command steps into the called function(subroutine) and stops at the first statement of 
the called function(subroutine). 
To step through the sort function, select [Step In] from the [Debug] menu, or click the [Step In] button 
  on the toolbar.   
The PC cursor moves to the first statement of the sort function in the [Editor(Source)] window. 
 
 
 
 
74