Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger causes post install node-gyp builds to fail #117312

Closed
rsouthgate opened this issue Feb 23, 2021 · 0 comments
Closed

Debugger causes post install node-gyp builds to fail #117312

rsouthgate opened this issue Feb 23, 2021 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@rsouthgate
Copy link

Issue Type: Bug

From integrated terminal do npm i -s v8-profiler-next (note: actual module doesn't matter, it just has to have a post install build step that uses node-gyp.

During the post install phase the integrated debugger will attach to the node process that is handling the build.

This appears to cause the build to fail.

When doing exactly the same command from an external terminal window (therefore without the integrated debugger) the process completes successfully.

Expected: For the terminal with integrated debugger to behave the same es an external terminal.

VS Code version: Code 1.53.2 (622cb03, 2021-02-11T11:45:54.515Z)
OS version: Darwin x64 19.6.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz (8 x 2700)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 2, 3, 3
Memory (System) 16.00GB (2.27GB free)
Process Argv --crash-reporter-id b29fb0a1-54a0-4a22-9fd5-55213f8e4523
Screen Reader no
VM 0%
@weinand weinand assigned connor4312 and unassigned weinand Feb 23, 2021
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Feb 23, 2021
@connor4312 connor4312 added the bug Issue identified by VS Code Team member as probable bug label Feb 23, 2021
@connor4312 connor4312 added this to the February 2021 milestone Feb 23, 2021
@rzhao271 rzhao271 added verified Verification succeeded and removed verified Verification succeeded labels Feb 26, 2021
@roblourens roblourens added the verified Verification succeeded label Feb 26, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants