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 <jann...@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ®  http://AvatarAcademy.nl  

Reply via email to