Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

webstersx

macrumors newbie
Original poster
Jul 25, 2008
7
0
(Title should be 'How do I Disable.. ?')
Hi,

I'm trying to write a programmer for a course project and i've been using the 'Build and Go' option a lot to see progress so far.

For some reason I must have hit some key combination that I don't know and now instead of crashing on an exception, XCode will now load the program into the debugger -- which is annoying because I don't want to debug it since I probably know exactly where the problem is.

How do I disable it from 'loading programming into debugger...' and just let it crash?

Thanks!
 

xsmasher

macrumors regular
Jul 18, 2008
140
0
How do I disable it from 'loading programming into debugger...' and just let it crash?

Thanks!

Did you, at some point, add a symbolic breakpoint on something? like objc_msg? Check the breakpoints window for symbolic breakpoints.
 

dejo

Moderator emeritus
Sep 2, 2004
15,982
452
The Centennial State
Did you, at some point, add a symbolic breakpoint on something? like objc_msg? Check the breakpoints window for symbolic breakpoints.
Oh, yeah. If you don't have any breakpoints set, it shouldn't load the program into the debugger. Let us know what you find.
 

webstersx

macrumors newbie
Original poster
Jul 25, 2008
7
0
I think what may have happened was that i accidentally hit command-shift-t (build and debug) instead of command-shift-r (to open up debug log) ...

subsequently every time i hit the 'build and go' button, it assumed i wanted to 'build and debug' instead of 'build and run'

does this sound like the cause of my problem to you guys?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.