guile-user
[Top][All Lists]
Advanced

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

Re: Debugging embeded scheme


From: Mike Gran
Subject: Re: Debugging embeded scheme
Date: Mon, 5 Apr 2004 09:50:32 -0700 (PDT)

Hi,

I found this bit of magic.  Haven't had a chance to try it.

This file
http://www.glug.org/docbits/IncorporatingGuileIntoYourCProgram.txt

suggests adding this to your C code

/* debugging voodoo */
SCM_DEVAL_P = 1;
SCM_BACKTRACE_P = 1;
SCM_RECORD_POSITIONS_P = 1;
SCM_RESET_DEBUG_MODE;


--- Linas Vepstas <address@hidden> wrote:
> 
> Hi,
>                                                                      
>           
> I'm having a miserable time figuring out how to debug embeded
> scheme/guile.  I just can't figure out how to get meaningful
> debugging info.  Let me explain what the problem is:
>                                                                      


__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/




reply via email to

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