Re: guile-debugging and breakpoints

2007-01-14 Thread Neil Jerram
Volkan YAZICI <[EMAIL PROTECTED]> writes: > On Jan 14 01:30, Neil Jerram wrote: >> Volkan YAZICI <[EMAIL PROTECTED]> writes: >> > gds-scheme.el: >> > -- >> > 406 (define-key map [mouse-1] 'gds-show-last-stack) >> > 407 (insert "[click here to show error sta

Re: guile-debugging and breakpoints

2007-01-14 Thread Volkan YAZICI
On Jan 14 01:01, Neil Jerram wrote: > With Guile 1.8 or CVS, I find that the breakpoint doesn't even work > the first time! I'm still looking into that. I use Guile from cvs tip too. And after you asked for "Where did you place the new breakpoint?" I realized that the problem is with putting the

Re: guile-debugging and breakpoints

2007-01-14 Thread Volkan YAZICI
On Jan 14 01:30, Neil Jerram wrote: > Volkan YAZICI <[EMAIL PROTECTED]> writes: > > gds-scheme.el: > > -- > > 406 (define-key map [mouse-1] 'gds-show-last-stack) > > 407 (insert "[click here to show error stack]" > > Good point, thanks. How about adding two possi

Re: guile-debugging and breakpoints

2007-01-13 Thread Neil Jerram
Volkan YAZICI <[EMAIL PROTECTED]> writes: > Hi, > > I think we should support emacs console users too. AFAIK, below lines > just work with emacs under X. > > gds-scheme.el: > -- > 406 (define-key map [mouse-1] 'gds-show-last-stack) > 407(insert "[click here to

Re: guile-debugging and breakpoints

2007-01-13 Thread Neil Jerram
Volkan YAZICI <[EMAIL PROTECTED]> writes: > Here are the steps to reproduce the same unexpected behaviour: [...] If this is with Guile 1.6.x, I think the behaviour is caused by losing source properties when an `if' expression is memoized. To investigate this, can you see if the following patch s

Re: guile-debugging and breakpoints

2007-01-10 Thread Volkan YAZICI
Hi, I think we should support emacs console users too. AFAIK, below lines just work with emacs under X. gds-scheme.el: -- 406 (define-key map [mouse-1] 'gds-show-last-stack) 407 (insert "[click here to show error stack]" As an emacs user who prefers to use e

Re: guile-debugging and breakpoints

2007-01-10 Thread Volkan YAZICI
Hi, [Excuse me for the late reply. I was quite busy with setting up the furnitures and just found chance to put my computer on a suitable table.] On Dec 29 02:29, Neil Jerram wrote: > Volkan YAZICI <[EMAIL PROTECTED]> writes: > > While executing an s-exp with some breakpoints, everything goes > >

Re: guile-debugging and breakpoints

2006-12-28 Thread Neil Jerram
Volkan YAZICI <[EMAIL PROTECTED]> writes: > Hi, Hi, and sorry for taking so long to respond to your emails about guile-debugging. > [I've some questions about guile-debugging package and because of I > couldn't find a suitable place to ask, I decided to post them in here. > I hope it's ok.] Her

guile-debugging and breakpoints

2006-12-23 Thread Volkan YAZICI
Hi, [I've some questions about guile-debugging package and because of I couldn't find a suitable place to ask, I decided to post them in here. I hope it's ok.] While executing an s-exp with some breakpoints, everything goes fine. But after I finish the execution and want to re-execute the code wi