Fix go stop on panic (#32512)
Release Notes: - debugger: Fix stopping on a panic
This commit is contained in:
parent
72de3143c8
commit
e9570eefbf
3 changed files with 12 additions and 3 deletions
|
@ -435,7 +435,7 @@ core-foundation-sys = "0.8.6"
|
|||
core-video = { version = "0.4.3", features = ["metal"] }
|
||||
criterion = { version = "0.5", features = ["html_reports"] }
|
||||
ctor = "0.4.0"
|
||||
dap-types = { git = "https://github.com/zed-industries/dap-types", rev = "cef124a5109d6fd44a3f986882d78ce40b8d4fb5" }
|
||||
dap-types = { git = "https://github.com/zed-industries/dap-types", rev = "b40956a7f4d1939da67429d941389ee306a3a308" }
|
||||
dashmap = "6.0"
|
||||
derive_more = "0.99.17"
|
||||
dirs = "4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue