> From: "emacs user" <[EMAIL PROTECTED]>
> Cc: [email protected]
> Bcc: 
> Date: Tue, 08 Aug 2006 11:59:04 -0400
> 
> can you suggest instead some line of code I could insert into 
> Fclear_image_cache and where exactly, so that it will print out some message 
> saying that this code is executed?  If you can, please be very explicit, I 
> have no c-programming experience whatsoever.

First, the whole body of that function is inside an if clause; I'd
like to know whether the body is executed or the condition evaluates
to zero and the code is not run.

Next, there's a call to free_image in a loop; I'd like to know whether
it is called, and how many times.

Inserting the following line

     fprintf(stderr, "I am here\n");

inside a code block will show whether that block is executed.

Feel free to ask more questions if the above is not clear enough.


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to