This feature allows you to configure the debugger's behavior when connection to the target is lost, such as low power modes, target power switched off, target changed communication speed, or disconnected run control. This feature helps you configure the debugger to close the connection or automatically reconnect with a specified time-out value.
To configure target connection lost settings for debugger:
- Open Remote System view.
- Right-click a remote system name and choose Properties from the shortcut menu.
The
Properties for <Remote System> dialog appears.
- In the right pane, click Advanced tab.
The advanced connection settings appear under the
Advanced pane.
Figure 1. Advanced settings
- Specify the target connection lost settings to suit your needs.
- Try to reconnect - Whenever target connection is lost, the debugger does not close the debug session but waits for the connection to be restored. A time-out may be specified to limit the waiting time. When the time-out expires, the debugger closes the debug session.
- Terminate the debug session - Select this option to terminate the debug session when target connection is lost.
- Ask me - Select this option to prompt the user for an action when target connection is lost.
- Click OK.
You have just configured target connection lost settings for debugger.