Skip to content

When resuming execution in the debugger, the debugged app should be given the focus #657

Open
@tristanlabelle

Description

@tristanlabelle

Is your feature request related to a problem? Please describe.
When hitting a breakpoint and resuming execution, it's useful to show the debugged app again. Xcode and big Visual Studio do this.

Describe the solution you'd like
When resuming execution, the debugger should find the main window associated with the process and bring it to the front.

Describe alternatives you've considered
Alt+tabbing back to the app.

Additional context
Unknown if this would need to be in the DAP or if the Swift extension has enough info to do it itself. It does feel like more of an editor/UI feature than DAP functionality. This would be OS-specific logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions