Skip to content

Chrome DevTools: Conditional breakpoints don't work #1181

@Natalia-Hristova

Description

@Natalia-Hristova

Environment

  • CLI: 6.0.0, 5.1.0
  • iOS Runtime: 6.0.1 and older versions

Describe the bug
When add conditional breakpoint while debugging in Chrome DevTools it is always hit no matter if the condition is satisfied or not.

To Reproduce

  1. tns debug ios
  2. Open URL in Chrome
  3. Right click on some row and choose "Add conditional breakpoint"
  4. Write condition that can be true or false

Check if the breakpoint is hit only when the condition is true

Expected behavior
Breakpoint t be hit only when its condition is satisfied.

Sample project

Additional context
Not sure if this was implemented and working ever -> Found it here like a feature.
This works when debugging android.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions