Fix go stop on panic (#32512)

Release Notes:

- debugger: Fix stopping on a panic
This commit is contained in:
Conrad Irwin 2025-06-10 22:24:59 -06:00 committed by GitHub
parent 72de3143c8
commit e9570eefbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 3 deletions

2
Cargo.lock generated
View file

@ -4050,7 +4050,7 @@ dependencies = [
[[package]]
name = "dap-types"
version = "0.0.1"
source = "git+https://github.com/zed-industries/dap-types?rev=cef124a5109d6fd44a3f986882d78ce40b8d4fb5#cef124a5109d6fd44a3f986882d78ce40b8d4fb5"
source = "git+https://github.com/zed-industries/dap-types?rev=b40956a7f4d1939da67429d941389ee306a3a308#b40956a7f4d1939da67429d941389ee306a3a308"
dependencies = [
"schemars",
"serde",