Feature Requests item #1418853, was opened at 2006-01-30 12:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1418853&group_id=44253
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: Debugger
Group: None
Status: Open
Priority: 5
Submitted By: Mathias Ricken (mgricken)
Assigned to: Nobody/Anonymous (nobody)
Summary: Imports should persist over breakpoints
Initial Comment:
When the debugger is active and you hit a breakpoint,
you can use the Interactions Pane. However, imports
that are made don't persist over breakpoints. When the
program is resumed and the next breakpoint is reached,
the imports are lost.
Imports that have been done since the beginning of a
debugging session should persist across breakpoints.
This is probably because the Interactions Pane is
somehow reset. That means that we have to keep a list
of imports done since the beginning of a debug session,
and re-do them when a breakpoint is hit.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1418853&group_id=44253
|