In 'Options for Target - Debug' I have 'Watchpoints & PA' checked in 'Restore Debug Session Settings' When I use the right-click popup menu to set a Watchpoint on a local variable, it just uses the symbol name relative to the current context - it does not use a fully-qualified name. When 'Restore Debug Session Settings' attempts to restore these settings, it also just uses the relative names. Generally, the names are NOT in scope at the time of the Restore, so it fails. How can I get the uVision2 'Restore Debug Session Settings' to work properly?