ghs_version = 10
Debugger {
    CUSTOM_FlashReset {
        action = "add"
        place_after = "Halt"
        has_separator_after = 0
    }
    Locals {
        action = "none"
        has_separator_after = 0
    }
    Viewdel {
        action = "add"
        place_after = "Locals"
        has_separator_after = 1
    }
    Tracetoggle {
        action = "add"
        place_after = "Viewdel"
        has_separator_after = 0
    }
    TraceHistoryBack {
        action = "add"
        place_after = "Tracetoggle"
        has_separator_after = 0
    }
    TraceHistoryForward {
        action = "add"
        place_after = "TraceHistoryBack"
        has_separator_after = 0
    }
    TimeMachine {
        action = "remove"
    }
    "Prepare Target" {
        action = "remove"
    }
    Restart {
        action = "remove"
    }
    custom_buttons {
        CUSTOM_FlashReset {
            icon_name = "restart_blue"
            command = "halt;restart;reset"
            help_string = "Flash&Reset@@Flash&Reset"
        }
    }
}
