<#19613 pants run --debug-adapter and run in sandb...
# github-notifications
c
#19613 pants run --debug-adapter and run in sandbox prevent vscode from stopping at breakpoints Issue created by mrtnkb Describe the bug Using
pants 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