Skip to content

Support restart debugging embedded targets (with custom commands) #10558

Open
@kistlin

Description

@kistlin

Feature Request

To debug an embedded target using a SEGGER J-Link I followed #9956.
Debugging works fine. But the restart button does just stop the debugging.

Currently I'm using cortex-debug and there it is possible to overwrite commands as described here.

...
            "overrideLaunchCommands": [
                "monitor halt",
                "monitor reset",
                "-target-download",
                "monitor reset"
            ],
            "overrideResetCommands": [
                "monitor reset",
            ],
            "overrideRestartCommands": [
                "monitor reset",
            ]
...

Which then allows to restart the debugging with the built-in buttons.
image

Is there a similar thing already present? Or could this be added in the future?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions