yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot add xcode breakpoints from xcodegen

alfian0 opened this issue · comments

Can anyone give me sample how to add breakpoints on the project, because I follow the doc but breakpoint not created on the project

breakpoints:
      - type: Symbolic
        symbol: -[UIViewController dealloc]
        enabled: true
        ignoreCount: 0
        continueAfterRunningActions: true
        actions:
          - type: Sound
            sound: Pop

That should be working. Are you on at least version 2.35.0?
You can see some samples of breakpoints in the TestProject fixture