Open
Description
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
Labels
Type
Projects
Status
Backlog