Skip to content

Provide a way to control debugger stop focus changes #23117

@daviwil

Description

@daviwil
  • VS Code 1.10.2
  • Windows 10 Anniversary

In the latest update of the PowerShell extension (0.11.0) we now use an integrated terminal instead of the Debug Console for interactive execution of commands. PowerShell allows the user to type commands in the console to initiate debugger operations like "stepInto", "stepOut" and "continue". When the user types such a command and presses "Enter", the focus jumps back up to the editor pane when the debugger stops at the next line or breakpoint.

I would really appreciate a way to tell the debugger client UI to not change the focus automatically so that the user can keep typing commands into the console without having to manually set focus back there.

Thanks!

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions