Feature Requests item #1452126, was opened at 2006-03-17 09:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379537&aid=1452126&group_id=23735
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Matthias Radestock (mradestock)
Assigned to: Nobody/Anonymous (nobody)
Summary: break point stack traces and args
Initial Comment:
It would be nice to be able to get a stack trace and
the current arg list when a break point has been hit.
I envisage something like:
(print-stack-trace (current-breakpoint-continuation))
and
(current-breakpoint-args)
It would also be useful to be able to continue
execution with a different set of arguments, e.g. via
s.t. like
(set-current-breakpoint-args! . args)
followed by the usual
(continue)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379537&aid=1452126&group_id=23735
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
|