vscode-bazel icon indicating copy to clipboard operation
vscode-bazel copied to clipboard

Starting debugger should re-run starlark code

Open jdarpinian opened this issue 10 months ago • 0 comments

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.

jdarpinian avatar Mar 08 '25 05:03 jdarpinian