cool-easter-32542
08/16/2023, 1:49 PMpants test --debug-adapter works great but with pants run --debug-adapter the breakpoints aren't hit.
The debugger stops for exceptions, just not breakpoints added in vsccode.
Setting default_run_goal_use_sandbox to false fixes it.
Pants version
2.16.0
OS
Ubuntu
Additional info
Using vscode 1.80.2, python 3.10, debugpy 1.6.7
pantsbuild/pants