Well,
I am not aware of any faq about it (I could also find it useful ;-} ), but you can try the following:
just run it using  `exec ddd --jdb your.class &`
Make sure you have compiled using -g (I guess you did)
If you wish to set a breakpoint, do it using the full qualified path for your method.
For example try to set breakpoint at yourpackage.yourclass.main
The same holds for dumping a variable or adding a watch on another one.
Local variables are easier, just right click on them.
I hope this helps.

Darrell Berry wrote:

has anyone done an FAQ on this?

how do i get started (never used DDD before, as most of my unix work is
in perl and generally don't feel the need for an graphical
debugger...however with java...)
 

-- 
============================================================================
                         Dimitrios Vyzovitis
                  Information Processing Laboratory
                 Aristotle University of Thessaloniki
           [EMAIL PROTECTED] or [EMAIL PROTECTED]
                    http://egnatia.ee.auth.gr/~dviz
 
begin:          vcard
fn:             Dimitrios Vyzovitis
n:              Vyzovitis;Dimitrios
org:            AUTH
adr:            142 V. Olgas Avenue;;;Thessaloniki;;54645;Greece
email;internet: [EMAIL PROTECTED]
tel;work:       ++30-31-996359
tel;home:       ++30-31-817780
note:           Orientation in space and time is the framework of cognition.
x-mozilla-cpt:  ;0
x-mozilla-html: TRUE
version:        2.1
end:            vcard

Reply via email to