FROM : Dirk Stegemann (Mailing-Lists)
DATE : Mon Nov 19 21:07:04 2007
Hello,
Am 17.11.2007 um 21:38 schrieb Gerd Knops:
> When testing on Leopard, I started my application through Xcode
> (normal run, not debug). Apparently that slows it down a lot...
>
> (...) I do not recall Tiger's Xcode slowing Apps down in a normal
> 'run',
If I'm not mistaken, in Leopard there is no differentiation anymore
between "normal run" and "debug": Xcode 3 now always runs the program
with GDB attached, but in "run" mode, it simply deactivates all break
points, so in case you "run" your app and something bad happens, the
debugger is usable immediatley, you don't have to re-run the app with
the debugger attached and reproduce the error. Therefore, you can
just re-activate your break points anytime to switch from "run" mode
to "debug" mode.
So, on Leopard both running and debugging should be slow now :)
Best,
Dirk Stegemann
DATE : Mon Nov 19 21:07:04 2007
Hello,
Am 17.11.2007 um 21:38 schrieb Gerd Knops:
> When testing on Leopard, I started my application through Xcode
> (normal run, not debug). Apparently that slows it down a lot...
>
> (...) I do not recall Tiger's Xcode slowing Apps down in a normal
> 'run',
If I'm not mistaken, in Leopard there is no differentiation anymore
between "normal run" and "debug": Xcode 3 now always runs the program
with GDB attached, but in "run" mode, it simply deactivates all break
points, so in case you "run" your app and something bad happens, the
debugger is usable immediatley, you don't have to re-run the app with
the debugger attached and reproduce the error. Therefore, you can
just re-activate your break points anytime to switch from "run" mode
to "debug" mode.
So, on Leopard both running and debugging should be slow now :)
Best,
Dirk Stegemann
| Related mails | Author | Date |
|---|---|---|
| Gerd Knops | Nov 17, 19:53 | |
| j o a r | Nov 17, 20:12 | |
| Gerd Knops | Nov 17, 20:45 | |
| Gerd Knops | Nov 17, 21:38 | |
| j o a r | Nov 17, 21:46 | |
| John Stiles | Nov 17, 22:28 | |
| Jon Hess | Nov 18, 04:37 | |
| John C. Randolph | Nov 18, 07:41 | |
| Ben Trumbull | Nov 19, 03:45 | |
| Dirk Stegemann (Ma… | Nov 19, 21:07 |






Cocoa mail archive

