Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Problems with debugging : java.lang.NullPointerException

Hi,

I'm running eclipse 3.6.0I20100608-091 with phortran 6.0.1.201007021830, CDT 7.0.0201006141710 and gfortran 4.5.1 under Mac OS X 10.6.4 / Xcode 3.2.3.

When I set a breakpoint in a simple fortran program, i get the following problems :

- a Window shows up whose title is "Multiple problems have occured". Then there are 2 Label Job with details "An internal error occurred during: "Label Job". java.lang.NullPointerException"

- The console says : [Switching to process 760]
A syntax error in _expression_, near `kind=4)'.
I'm surprised because I have no kind=4) lines in my code

- The debug "window" shows 2 blank lines below : Thread [1] (Suspended : Breakpoint hit). These blanklines are clickable and the first one show the variables of my program when clicked and the second one shows argc and argv.

Do you know what to do to fix these problems ?

Thanks.
Francois

Back to the top