vscode-bazel
vscode-bazel copied to clipboard
Starting debugger should re-run starlark code
If you start debugging a target that you've built before, no breakpoints are hit. I guess right now you just have to manually bazel shutdown every time you start debugging? It seems like the debugger should do this automatically at the start of a debug session as I don't see the use in starting a debug session that is guaranteed to not hit any breakpoints.