paracentije
unread,Nov 7, 2009, 7:28:41 AM11/7/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cusp Development
Hi all,
can I use Cusp to debug Lisp code in the way I use Eclipse debugger to
debug Java code. To be more precise, I want to put some breakpoints in
my Lisp code, run it and watch what happens with variables. Also I
would like to be able to use REPL to call some functions (both mine
and those provided by Cusp in order to get better view over
variables), when code evaluation pauses at breakpoints.
Is it possible, and how ? If not, is there some similar method for
debugging ?
Any suggestion is appreciable. Thanks.