help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help document on debugging Objc-C code using GDB (fwd)


From: Nicola Pero
Subject: Re: Need help document on debugging Objc-C code using GDB (fwd)
Date: Mon, 17 Sep 2001 14:13:29 +0100 (BST)

> I was able to put break point in the fileWCModelController.m after creating
> a debug version of WCmodel.framework .
> 
> Is there a way(probably configuration in make files)  through which we can
> create both non-debug and debug versions of a framework with single make
> command??

No - but you can create a tiny shell script,

#! /bin/sh
make
make debug=yes

and then run the shell script ...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]