When I run jdb in JDEE, I have to specify the full name of the classes in
which I want to set breakpoints, like this:

stop at se.uu.it.decision.DecisionUI:51,

where se.uu.it.decision is the package. Now, the class I'm running is
se.uu.it.decision.Decision, and it thus seems to me it should be possible
to just say:

stop at DecisionUI:51

but then this class is not found. Is there a configuration variable I have
missed? I have specified jde-run-application-class  to
"se.uu.it.decision.Decision"

I am using Emacs 20.7, JDEE 2.2.6, and Blackdown JavaSDK 1.3.1.

TIA,

Jesper

-- 
          Jesper Holmberg            |"But how can |
  [EMAIL PROTECTED]   | one be warm |
ENST Br, BP 832, 29285 Brest, FRANCE | alone?"     |

Reply via email to