Shachar Shemesh wrote:
> 
> You need to compile the program with debug info. I think the option is "-g".
> 
> You also probably don't want to use optimizations on debug code.
> 
you can use optimisations, however, you"ll want to understand optimisations
techniques to debug optimised code.
using optimismation levels of 1 and 2 is ok, but further optimisations 
are really
changing your code.

On the other hand, it is quite useful to use debugger on optimised code 
to understand
_optimisations_ ...

-- 
--   
Omer Mussaev    051-308-214   mailto:[EMAIL PROTECTED]
systems programmer, Mercury Interactive/RND/Conduct/core


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to