guile-devel
[Top][All Lists]
Advanced

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

,break-at-source ?


From: Jan Nieuwenhuizen
Subject: ,break-at-source ?
Date: Fri, 04 Jul 2014 14:43:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi,

I cannot get ,break-at-source to work.  Is this a bug?

    $ guile
    GNU Guile 2.1.0.1098-5ded
    Copyright (C) 1995-2014 Free Software Foundation, Inc.

    Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
    This program is free software, and you are welcome to redistribute it
    under certain conditions; type `,show c' for details.

    Enter `,help' for help.
    scheme@(guile-user)> ,m (break)
    scheme@(break)> ,break-at-source ./break.scm 15
    While executing meta-command:
    ERROR: No procedures found at ~a:~a. "./break.scm" 15
    scheme@(break)> ,break-at-source ./break.scm 14
    While executing meta-command:
    ERROR: No procedures found at ~a:~a. "./break.scm" 14
    scheme@(break)> ,break main
    Trap 2: Breakpoint at #<procedure main args>.
    scheme@(break)> 

break-at-source is very handy, possible even required, for integration
into IDEs like GUD or Eclipse.

Greetings,
Jan

Attachment: break.scm
Description: Binary data

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ®  http://AvatarAcademy.nl  

reply via email to

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