Exercise 1, Part 1: Building and Running the First Program
1-10
Getting Started with ADSP-BF537 EZ-KIT Lite
other debugging information, which is not desired in the released product.
A Vi+ configuration allows you to create alternate build settings
without interfering with the build settings of your final product.
Vi+ automatically adds two configurations for every project it
creates. These configurations are:
•
Debug
. Used for functional debugging of your system. Compiler
optimizations are off, giving you and the debugger the most linear
and easily-debugged code.
•
Release
. Used for your production system. Compiler optimizations
are on and maximally aggressive, sacrificing readability and some
debugger support.
At this point, feel free to experiment further with the debugger, familiariz-
ing yourself with the windows and basic mechanics of running, halting,
stepping, and reloading. C/C++ language debugging windows, such as
local variable and expression monitors, function call stack windows, and
others are available under the
View
–>
Debug Windows
menu selection.
www.BDTIC.com/ADI