Bug or unskilled?

From: Henning Rekvik <rekvik_at_online.no>
Date: Thu, 12 Aug 1999 15:01:59 +0200
Message-ID: <37B2C5C7.3AC9777C_at_online.no>



Hey!

I have a problem concerning instance variables and JDeveloper 2.0. When using debugger I can't see the value of the instance variable numb and test in the
watch pane.

Bug or just me who is unskilled?

See the code snip bellow.

public class PicSwap extends Applet {

  int test = 6;
  int numb;

 public void init() {

      numb = test;
//JDeveloper 2.0 shows: numb: ???=???

      System.out.println("numb= "+numb); // The output shows: numb=6

}
}

Tanks in advance

Henning Received on Thu Aug 12 1999 - 15:01:59 CEST

Original text of this message