Renesas M16C Instrukcja Użytkownika Strona 86

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 294
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 85
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
Przeglądanie stron 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 293 294

Komentarze do niniejszej Instrukcji

Brak uwag