Skip to content

Show all source code when debugging against a remote process #20355

@yunong

Description

@yunong
  • VSCode Version: 1.9.1
  • OS Version: macOS 10.12.3
  • Node.js Version: v6.9.4

I have some workflows where my node process is running remotely. I am using VSCode as my debugger front end, attaching the debugger to the remote process. However, VSCode isn't showing the sources from the remote process, which makes it impossible to set breakpoints.

image

As an example, when I attach the WebStorm debugger to the same remote process, I can see all of the source code, including the Node runtime source:

image

Bringing in all of the source code from the remote process would be extremely helpful for our workflow.

Metadata

Metadata

Labels

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions