[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Debugging extension, how does it work
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Debugging extension, how does it work |
Date: |
Fri, 15 Oct 2004 07:55:42 +0200 |
On Thu, 14 Oct 2004 19:37:26 +0200, Michael Erdmann
<address@hidden> wrote:
> >
> I am starting the debugger right after the command line parameters
> have been analyzed, but i have no idea how to continue with the
> execution after i have set my break point. I am missing
> something like continue etc..
>
Normally the debugger is intended for interactive use in the
interpreter (csi), so one would start csi, load debug, enter
"(debug)", set up breakpoints and enter ",continue" to return
from the debug-loop.
cheers,
felix