NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome DevTools: Conditional breakpoints don't work

Natalia-Hristova opened this issue · comments

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.