Closed thejcannon closed 1 year ago
Adds the ability to debug Pants itself through DAP leveraging debugpy.
debugpy
Now you can use PANTS_DEBUG=1 ./pants --no-pantsd ... and attach VS Code to the server and debug rule code.
PANTS_DEBUG=1 ./pants --no-pantsd ...
./pants: line 509: pants_debug_args[@]: unbound variable
:thinking:
There's been some changes. I'll wait for another +1 or two.
Adds the ability to debug Pants itself through DAP leveraging
debugpy
.Now you can use
PANTS_DEBUG=1 ./pants --no-pantsd ...
and attach VS Code to the server and debug rule code.