ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Getting ddd to know about java packages...


From: Dave Eccleston
Subject: Getting ddd to know about java packages...
Date: Wed, 14 Feb 2001 09:21:30 -0500

I asked this question a week ago, and never got a reply...

Whenever I browse to a source file in ddd, and set a breakpoint by
double clicking, it fails to account for what package the file is in; is
there a way to make this work?

For example, class Foo is in package displayobject.userdefined.Foo.  The
filename for the class is, obviously,
displayobject/userdefined/Foo.java.  I browse to it, double click to set
the breakpoint, and it creates a break:

        stop at Foo:98

It should have created the break point like this

        stop at displayobject.userdefined.Foo:98

Any ideas?

Thanks in advance,
Dave




reply via email to

[Prev in Thread] Current Thread [Next in Thread]