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:
parent
a4c5a2d4d3
commit
0c0933d1c0
1 changed files with 0 additions and 4 deletions
|
@ -27,10 +27,6 @@ impl DapLocator for NodeLocator {
|
||||||
resolved_label: &str,
|
resolved_label: &str,
|
||||||
adapter: DebugAdapterName,
|
adapter: DebugAdapterName,
|
||||||
) -> Option<DebugScenario> {
|
) -> Option<DebugScenario> {
|
||||||
// TODO(debugger) fix issues with `await` breakpoint step
|
|
||||||
if cfg!(not(debug_assertions)) {
|
|
||||||
return None;
|
|
||||||
}
|
|
||||||
if adapter.0.as_ref() != "JavaScript" {
|
if adapter.0.as_ref() != "JavaScript" {
|
||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue