Skip to content

Debug failed to load: Process picker failed (your 131072x1 screen size is bogus, expect trouble) #75932

@markmail

Description

@markmail

Debugger failed to load when using with "attach by process ID".

I'm running VS Code connected to WSL 2 with Ubuntu 18.04.2 LTS.

I had the same code running in pure Windows environment, and debugger launched fine. I start getting this screen size is bogus error when I moved my code to WSL 2, unsure if it's WSL related or VS Code.

Version: 1.35.1 (system setup)
Commit: c7d83e5
Date: 2019-06-12T14:30:02.622Z
Electron: 3.1.8
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.18917
*** I use the official Microsoft "Remote - WSL" extension from marketplace to connect to WSL

Steps to Reproduce:

  1. Launch VS Code in Windows
  2. Open code in WSL 2
  3. Configure launch.json with the following
    { "type": "node", "request": "attach", "name": "Attach by Process ID", "processId": "${command:PickProcess}" }
  4. Start debugging by click the green play button.

image

Metadata

Metadata

Assignees

Labels

author-verification-requestedIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions