Skip to content

Multiple Process Debugging not possibile with integratedTerminal #37589

@vgammieri

Description

@vgammieri

In latest version of VS Code when I debug/launch a long-running process that uses the integratedTerminal setting, and then I decide to launch another process, the latter process will be launched in the same integratedTerminal of the former one, and, because of the fact that the terminal is busy in the execution of the first process, the second one not launch.

Look at the screenshot here below

screen shot 2017-11-03 at 8 55 09 am

  • VSCode Version: 1.17.2
  • OS Version: OSX

Steps to Reproduce:

  1. Setup two launch configuration that use "integratedTerminal" as console to lauch two different scripts;
  2. Put a breakpoint on the fist script so it will pause and wait;
  3. After the first process hit the breakpoint, launch the second one;
  4. The launch of the second process will fail.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions