diff options
author | Rodeo <[email protected]> | 2013-04-02 22:24:46 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-04-02 22:24:46 +0000 |
commit | 9a802e758dd49a3bcd65ac776d63be87be56e8c7 (patch) | |
tree | 323afd0a366581a4ca26e828731717fc407794b3 /doc/texi/building/chapter.via.xcode.texi | |
parent | 3795c1d62863f42264921cada053df2237d50183 (diff) |
BUILD-Mac: update documentation, remove outdated comments.
We no longer use execv after SVN revisions 5209 and 5317.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5376 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/texi/building/chapter.via.xcode.texi')
-rw-r--r-- | doc/texi/building/chapter.via.xcode.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/texi/building/chapter.via.xcode.texi b/doc/texi/building/chapter.via.xcode.texi index 83d1e9362..263390851 100644 --- a/doc/texi/building/chapter.via.xcode.texi +++ b/doc/texi/building/chapter.via.xcode.texi @@ -21,11 +21,6 @@ Perform the following steps to build: @end itemize @c %**------------------------------------------------------------------------- -@anchor{xcode.note.debug} -@section Note: Debugging -When debugging, Xcode launches the application under the gdb debugger. gdb will encounter a trap when starting the program. This trap is harmless and you should just 'continue'. For the curious, the trap occurs because we add some values to the environment with setenv, then do a brain transplant with execv. Restarting the application with execv triggers the trap. - -@c %**------------------------------------------------------------------------- @anchor{xcode.note.products} @section Note: Finding Built Products Under default Xcode.app options the products from a build are managed by the Xcode Organizer. Perform the following steps to open Finder at top of build tree and navigate to release products: |