Running and debugging the application code

The UML development models that you create in IBM® Rational® Software Architect RealTime Edition are semantically rich and contain all the necessary information to generate their corresponding applications. After you generate and compile the code from a model, you can run the resulting executable file. You can also debug the application by setting breakpoints on model elements and source code. You can use these breakpoints to move through the code to determine if the application is running as expected.

Before you begin

IBM Rational Software Architect RealTime Edition is integrated with C/C++ Development Tools (CDT). This integration enables you to create configurations for running and debugging the generated application code. For more information about using CDT, see the online help for running and debugging projects.

Feedback