yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

Cannot add xcode breakpoints from xcodegen #1408

Open alfian0 opened 8 months ago

alfian0 commented 8 months ago

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
yonaskolb commented 8 months ago

That should be working. Are you on at least version 2.35.0? You can see some samples of breakpoints in the TestProject fixture https://github.com/yonaskolb/XcodeGen/blob/4c0b4aed2263a703f0ac420d6c6e890ae82ac72b/Tests/Fixtures/TestProject/project.yml#L34