You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging with the launch.json and tasks.json set up as prescribed by the docs here was working up until recently. It seems it's able to spin up the container. But afterwards it's not able to attach properly and output container logs to the Debug Console, nor is it able to respect the breakpoints I insert in VS Code.
Not sure it's relevant here, but the docker image has an entrypoint.sh where depending on the "foo" environment variable will execute either node --inspect=0.0.0.0 app.js or node app.js.
Type: Bug
Debugging with the
launch.json
andtasks.json
set up as prescribed by the docs here was working up until recently. It seems it's able to spin up the container. But afterwards it's not able to attach properly and output container logs to the Debug Console, nor is it able to respect the breakpoints I insert in VS Code.Not sure it's relevant here, but the docker image has an
entrypoint.sh
where depending on the"foo"
environment variable will execute eithernode --inspect=0.0.0.0 app.js
ornode app.js
.My current debug setup:
launch.json
tasks.json
VS Code version: Code 1.73.1 (Universal) (6261075, 2022-11-09T02:08:38.961Z)
OS version: Darwin arm64 22.1.0
Modes:
Sandboxed: No
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Extensions (42)
A/B Experiments
The text was updated successfully, but these errors were encountered: