Bugs item #1471788, was opened at 2006-04-17 10:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1471788&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: 6: Crashes
Status: Open
Resolution: None
Priority: 9
Submitted By: Dan Smith (dlsmith)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't run without tools.jar
Initial Comment:
I get the following exception when I attempt to run
DrJava without a tools.jar file (by clicking on "No"
when prompted to find the file). Prior to the
addition of the Breakpoints panel, this was an
acceptable configuration.
java.lang.IllegalStateException: No debugger is
available
at
edu.rice.cs.drjava.model.debug.NoDebuggerAvailable.addL
istener(NoDebuggerAvailable.java:221)
at
edu.rice.cs.drjava.ui.BreakpointsPanel.<init>
(BreakpointsPanel.java:110)
at edu.rice.cs.drjava.ui.MainFrame._setUpTabs
(MainFrame.java:4905)
at edu.rice.cs.drjava.ui.MainFrame.<init>
(MainFrame.java:2080)
at edu.rice.cs.drjava.DrJavaRoot.main
(DrJavaRoot.java:121)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1471788&group_id=44253
|