From: SourceForge.net <no...@so...> - 2003-07-26 11:49:54
|
Feature Requests item #777837, was opened at 2003-07-25 21:58 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=777837&group_id=44253 Category: Debugger Group: Medium (< 1 pair-month) Status: Open Priority: 5 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: Automatic package/imports in debugger Initial Comment: Story: User opens a source file in a package and sets a breakpoint. He then calls a method in the Interactions Pane that hits the breakpoint, and the Interactions Pane switches to a debug interpreter for the breakpoint. Behind the scenes, DrJava places the new debug interpreter into the source file's package and imports all classes/packages which were imported at the top of the source file. Notes: The package part of this is easy, since we already have a method which can parse out a document's package. We don't have any logic to parse import statements yet, so that might be a little more work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=777837&group_id=44253 |