debugger: Ungate locator for JS tasks (#32495)

Closes #ISSUE

Release Notes:

- N/A

Co-authored-by: Anthony Eid <hello@anthonyeid.me>
This commit is contained in:
Cole Miller 2025-06-10 18:16:07 -04:00 committed by GitHub
parent a4c5a2d4d3
commit 0c0933d1c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,10 +27,6 @@ impl DapLocator for NodeLocator {
resolved_label: &str,
adapter: DebugAdapterName,
) -> Option<DebugScenario> {
// TODO(debugger) fix issues with `await` breakpoint step
if cfg!(not(debug_assertions)) {
return None;
}
if adapter.0.as_ref() != "JavaScript" {
return None;
}