All Questions
Tagged with bazel-python visual-studio-code
1 question
1
vote
0
answers
60
views
How to integrate VSCode debugger for Python Bazel projects without altering source code?
I have a monorepo project built with Bazel and I'm trying to integrate VSCode debuggers directly with Python targets I'm running.
There is a similar question that helps solve the problem here: How to ...