Eclipseのデバッガ機能を使ってみましょう。 Eclipseでiアプリをデバッグするためには、まずデバッグモードで起動させておいて、デバッガを接続する必要があります。 メニューから「実行 > 実行」を選択します(画面5)。 画面5 メニューから「実行 > 実行 ...
Hi,<BR><BR>there is a bug in my application which uses many classes. I have a variable that is properly set, initially. Then, when I want to use it, it is somehow null. <BR>I am using eclipse. Java.