Debugging The Application - Texas Instruments TI-83 Plus Manual

Third release
Hide thumbs Also See for TI-83 Plus:
Table of Contents

Advertisement

Chapter 3: Application Development Process

Debugging the Application

In the following steps we will demonstrate some of the debug capabilities. We will set a
breakpoint at the start of our application and after the Hello string is copied to RAM. We
will then modify the RAM copy of the string to HOWDY.
1. Select Debug, and then Stop.
2. Select View, and then Memory Map.
This view shows us that the Hello application is on page 0x15 of Flash.
1. Select Debug, and then Breakpoints.
2. Update the Edit Breakpoints dialog box so that it looks like the following:
Note: If we look at the hello.lst file we will see that StartApp: is located 0x80 bytes from the start of
the page (at x4080).
TI-83 Plus Developer Guide
131
Third Release May 28, 2002

Advertisement

Table of Contents
loading

Table of Contents