Files
rust/library/std/src/sys
Jubilee 9734723259 Rollup merge of #130846 - ChrisDenton:revert-break, r=Noratrieb
Revert Break into the debugger on panic (129019)

This was talked about a bit at a recent libs meeting. While I think experimenting with this is worthwhile, I am nervous about this new behaviour reaching stable. We've already reverted on one tier 1 platform (Linux, https://github.com/rust-lang/rust/pull/130810) which means we have differing semantics on different tier 1 platforms. Also the fact it triggers even when `catch_unwind` is used to catch the panic means it can be very noisy in some projects.

At the very least I think it could use some more discussion before being instantly stable. I think this could maybe be re-landed with an environment variable to control/override the behaviour. But that part would likely need a libs-api decision.

cc ````@workingjubilee```` ````@kromych````
2024-09-26 22:20:54 -07:00
..
2024-07-31 13:45:14 +00:00
2024-09-25 17:03:20 -07:00
2024-09-25 17:03:20 -07:00
2024-09-25 17:03:20 -07:00
2024-07-29 08:26:52 +10:00
2024-08-01 15:38:51 -04:00
2024-07-08 09:19:25 -05:00