Search code examples
appcode

Appcode breakpoint by hit count (pass count)


Is there a way to enter a pass count to a breakpoint the way it is possible in IntelliJ or Xcode? E.g. the breakpoint is ignored 9 times when running through a loop, but the tenth times it stops the debugger.

Thanks in advance.


Solution

  • There is no such an option yet, we'll add it in the next version: http://youtrack.jetbrains.com/issue/OC-5458