Previously, right-clicking a line of source code would bring up a context menu where the user could "Toggle Breakpoint". The most recent development release, 20090220 is missing this.
It's still possible to toggle using Ctrl-B though.
The last version on the http://www.cs.rice.edu/~javaplt/drjavarice site that still had this context menu item is October 15, 2008 (r4673).
It was disabled in revision 4691.
http://drjava.svn.sourceforge.net/viewvc/drjava/trunk/drjava/src/edu/rice/cs/drjava/ui/DefinitionsPane.java?view=diff&r1=4690&r2=4691
I don't know yet if re-enabling the context menu could break something in the Eclipse plug-in.
Fixed as of revision 4814.
Log in to post a comment.
The last version on the http://www.cs.rice.edu/~javaplt/drjavarice site that still had this context menu item is October 15, 2008 (r4673).
It was disabled in revision 4691.
http://drjava.svn.sourceforge.net/viewvc/drjava/trunk/drjava/src/edu/rice/cs/drjava/ui/DefinitionsPane.java?view=diff&r1=4690&r2=4691
I don't know yet if re-enabling the context menu could break something in the Eclipse plug-in.
Fixed as of revision 4814.