At 09:26 AM 12/25/99 -0800, Harold Carr wrote:
>I use JDE 2.1.5. It works great! Thanks.
>
>However, it can't handle anonymous classes nor more than one class
>defined in a file since it screen scrapes jdb's output to look
>for file names.
>
>Does the new beta version do better?
>
It's supposed to, though I haven't yet verified it. The JPDA introduces a
new way of specifying breakpoints whereby you specify a breakpoint by a
line number within a source file (rather than line number within a class as
previously). The debugger is supposed to figure out the class from the
source file/line number information. JDEbug uses this breakpoint
specification mode as its primary way of setting breakpoints.
I would be happy to have someone test this feature to see if it actuall works.
- Paul