Using the Debugger
The µVision3 Debugger is powerful, yet very easy to use. You control execution in virtually the same way whether you are simulating a target device or controlling that target device using an emulator.
While debugging, you have full access to your source code and may control execution using both the high-level code (C/C++) and assembly level code views. You may even edit your program while in Debug mode.