"Jayant Balraj Madavi" <[EMAIL PROTECTED]> writes:

> Hey Aditya, 
>  As I can see from the "traces" that you have not compiled the file
> with -g !!
> The better way is ...
> # <oo-build-path><moduleName> grep -nr *.cxx |xargs touch
> # source <oo-build-path>/LinuxIntelEnv.Set.sh {or whatver build you are
> doing}
> # build debug=true

A better way to get rid of the compiled files is "dmake killobj" to
delete all the .o (.obj) files of a subdirectory, or "build
killobj".  Instead of the latter you can also delete the whole
output-tree (unxlngi6.pro etc.), this might be faster.  Both methods
have the advantage that you keep the .cxx file's timestamps, so your
editor will not moan about changed files.

Bjoern

-- 
Bjoern Milcke                   mailto:Bjoern.Milcke'at'Sun.COM
Software Engineer               http://www.sun.com/staroffice
(Star|Open)Office Chart         http://graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to