• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Clear all breakpoints
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clear all breakpoints


  • Subject: Re: Clear all breakpoints
  • From: Jim Wrenholt <email@hidden>
  • Date: Thu, 18 Oct 2007 13:43:22 -0500

Steve,

I tried this and it's not working for me. I have never created a user script before so I'm probably missing something obvious?


#! /bin/sh # # 15-clearbreakpoints.sh - clear all breakpoints. # # -- PB User Script Info -- # %%%{PBXName=Clear All Breakpoints}%%% # %%%{PBXInput=None}%%% # %%%{PBXOutput=Discard}%%% # %%%{PBXKeyEquivalent=@~$B}%%%

#!/usr/bin/osascript
tell application "Xcode" to delete breakpoints of front project


Jim Wrenholt


To respond to my own question here, yes this is very easy to do with a script. Keep in mind I know next to nothing about apple script (is there actually documentation somewhere?), yet this works to delete all the breakpoints in the front project.


Edit User Scripts, create a new shell script with no input and discard output. Enter this:

#!/usr/bin/osascript
tell application "Xcode" to delete breakpoints of front project

Give it the shortcut you want (I went with command-option-shift-B, since I'm unlikely to ever hit that accidentally), and problem solved.

So let's see, a two line script, or 20 minutes filling out a radar and a long until Apple includes it, if ever. Who knows, maybe the next version of Xcode will incorporate my script...

--
Steve Checkoway


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Clear all breakpoints
      • From: Steve Checkoway <email@hidden>
References: 
 >Clear all breakpoints (From: "R.L. Grigg" <email@hidden>)
 >Re: Clear all breakpoints (From: Chris Espinosa <email@hidden>)
 >Re: Clear all breakpoints (From: Laurence Harris <email@hidden>)
 >Re: Clear all breakpoints (From: Steve Checkoway <email@hidden>)
 >Re: Clear all breakpoints (From: Steve Checkoway <email@hidden>)

  • Prev by Date: Re: Clear all breakpoints
  • Next by Date: Re: Clear all breakpoints
  • Previous by thread: Re: Clear all breakpoints
  • Next by thread: Re: Clear all breakpoints
  • Index(es):
    • Date
    • Thread