<#17540 Sandbox must be disabled for VS Code remot...
# github-notifications
q
#17540 Sandbox must be disabled for VS Code remote debugging to work Issue created by rhinck Describe the bug Filed by request from @thejcannon When running
./pants run --debug-apapter {path_to_target}
and using Visual Studio Code's
Python: Remote Attach
feature, VS Code is able to attach to the remote debug server but breakpoints are never hit when Pants sandboxes are used. Breakpoints only work when the Pants sandbox is explicitly disabled. Pants version 2.14.0 OS macOS (haven't tested on Linux) Additional infoSlack ThreadExample project pantsbuild/pants