Platform Independent Debug Environment
Independent of which debug platform is running, the AVR Studio environment
will appear identical. When switching between debug platforms, all environment
options are kept for the new platform.
Differences between Platforms
Although all debug platforms appear identical in the debug environment
there will be small differences between them. A real-time emulator will
be significantly faster than the simulator. An emulator will also allow
debugging while the system is connected to the actual hardware environment,
while the simulator only allow predefined stimulus to be applied. In the
simulator, all registers are always potentially availble to be displayed,
which might not be the case with an emulator. While the AVR Studio User's
Guide describe the general behaviour of AVR Studio, these differences are
thoroughly described in the platform's User Guide.
Status Bar
The Status bar always indicate whether debugging is targeted at the
AVR In-Circuit Emulator or the built-in AVR Simulator. A message alerting
the user also appear when switcing between debug platforms.