ZIm/crates/project/src/debugger
Alex f9257b0efe
debugger: Use UUID for Go debug binary names, do not rely on OUT_DIR (#32004)
It seems that there was a regression. `build_config` no longer has an
`OUT_DIR` in it.
On way to mitigate it is to stop relying on it and just use `cwd` as dir
for the test binary to be placed in.

Release Notes:
- N/A

---------

Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
2025-06-04 11:18:04 +02:00
..
locators debugger: Use UUID for Go debug binary names, do not rely on OUT_DIR (#32004) 2025-06-04 11:18:04 +02:00
breakpoint_store.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
dap_command.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
dap_store.rs Add a JS/TS debug locator (#31769) 2025-05-30 17:15:42 +00:00
locators.rs Add a JS/TS debug locator (#31769) 2025-05-30 17:15:42 +00:00
session.rs debugger: Extend f5 binding to contextually rerun the last session (#31753) 2025-06-03 00:35:52 +00:00
test.rs debugger: Clear active debug line on thread continued (#29811) 2025-05-02 15:24:28 -04:00