Skip to content

Inspect Protocol - Debug Hover Box don't show up even in the right scope #37838

@Aetherall

Description

@Aetherall
  • VSCode Version: Code - Insiders 1.18.0-insider (1544987, 2017-11-02T06:22:24.153Z)
  • OS Version: Linux x64 4.13.11-1-ARCH
  • Extensions:
Extension Author (truncated) Version
quokka-vscode Wal 1.0.76
wallaby-vscode Wal 1.0.64
html-css-class-completion Zig 1.13.0
path-intellisense chr 1.4.2
vscode-eslint dba 1.4.3
vscode-npm-script eg2 0.3.3
prettier-vscode esb 0.24.0
debugger-for-chrome msj 3.5.0
vscode-icons rob 7.17.0
partial-diff ryu 0.4.1
JavaScriptSnippets xab 1.5.0

Steps to Reproduce:

  1. Write es6 code in src directory
  2. babel src --out-dir dist --watch --source-maps
  3. launch debugger
{
      "type": "node",
      "request": "launch",
      "name": "Launch Program",
      "program": "${workspaceFolder}/src/index.js",
      "outFiles": [
        "${workspaceFolder}/dist/**/*"
      ],
      "sourceMaps": true,
      "protocol": "inspector",
      "restart": true,
      "skipFiles": [
        "/home/aetherall/Workspace/Omni/playground/3/node_modules/**/*.js", "// doesn't seems to work BTW",
        "<node_internals>/**/*.js"
    ]
    }

Metadata

Metadata

Assignees

Labels

bugIssue 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