Feature Requests item #682602, was opened at 2003-02-07 22:38
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=682602&group_id=44253
Category: Other
Group: Small (< 1 pair-week)
Status: Open
Priority: 7
Submitted By: Charles Reis (csreis)
Assigned to: Charles Reis (csreis)
Summary: Always make debugger available
Initial Comment:
Story:
User starts DrJava on any platform. If DrJava cannot
automatically find tools.jar with an educated guess, it
prompts the user to specify the location. The user
enters the location of tools.jar, and DrJava starts up
with both a compiler and the debugger.
Implementation:
The trick is to get tools.jar onto the system classpath
so that the JPDA debugging classes are accessible. Of
course, we have a framework for starting a new JVM, so
Eric realized we can just restart with tools.jar on the
classpath if it isn't already. Thus, the debugger
should always be available.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=682602&group_id=44253
|