Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Watching inside an array declared with allocatable attribute

I seem to remember to have had this problem. Maybe I solved it by setting the debugger to be gdb-ia, which I think comes with the Intel Fortran Compiler. So if you use that compiler, you can try: menu item Run -> Run Configurations... -> Fortran Local Application (on the left) -> 'your Debug' -> in the right-hand part of the window, click Debugger -> in the field GDB debugger, write gdb-ia

Also make sure the array is allocated.

On 05.11.2015 01:51, Nicolás Biocca wrote:
Hi all, I'm starting with Photran and I've a problem with the debug perspective, I can't watch inside an array declared as a allocatable. Someone else had this problem?

Thanks in advance.

Nicolás.


_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/photran


Back to the top