Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Code Folding and Debugging Problems

Hi everyone,
I'm new to eclipse and IDE in general, always programmed with text editors more or less and debugged trivially or by use of separate debugger, sorry for the newbieness.

I'm trying to getting Photran work in Eclipse and encountering some problems. First of all, code folding doesn't seems to work in fortran perspective both on example code as with my bigger code (while it works with C++ perspective).
I've deactivated the horizontal ruler and checked the "code folding" box, resetted both editor as eclipse but doesn't seems to work.

Secondly debugging seems not to work nicely, breakpoints does not interrupt the running and variables values are not shown in the debugging perspective (while with C++ everything seems to work). Apart from not working does not show any sign of error or problems, just run the code straight from start to end without stopping at breakpoints.

Maybe the makefile miss the -debug option in the right place.

This is my makefile:
.PHONY: all clean

# Change this line if you are using a different Fortran compiler
FORTRAN_COMPILER = ifort

all: src/Green_v5.2.3.f90
$(FORTRAN_COMPILER) -O2 -xHost -llapack -lblas \
-o bin/NFT \
src/NFT.f90

clean:
rm -f bin/NFT *.mod

And these are the packages I have installed on eclipse, thank you in advance for the help,
A.

Autotools support for CDT 3.0.1.201302132326 org.eclipse.cdt.autotools.feature.group Eclipse CDT
Autotools support for CDT Source 3.0.1.201302132326 org.eclipse.cdt.autotools.source.feature.group Eclipse CDT
C/C++ Debugger Services Framework (DSF) Examples 2.1.0.201302132326 org.eclipse.cdt.examples.dsf.feature.group Eclipse CDT
C/C++ Development Tools 8.1.2.201302132326 org.eclipse.cdt.feature.group Eclipse CDT
C/C++ Development Tools SDK 8.1.2.201302132326 org.eclipse.cdt.sdk.feature.group Eclipse CDT
C/C++ GCC Cross Compiler Support 1.1.0.201302132326 org.eclipse.cdt.build.crossgcc.feature.group Eclipse CDT
C/C++ GDB Hardware Debugging 7.0.0.201302132326 org.eclipse.cdt.debug.gdbjtag.feature.group Eclipse CDT
C/C++ Memory View Enhancements 2.2.0.201302132326 org.eclipse.cdt.debug.ui.memory.feature.group Eclipse CDT
C/C++ Memory View Enhancements Source 2.2.0.201302132326 org.eclipse.cdt.debug.ui.memory.source.feature.gro up Eclipse CDT
C/C++ Multicore Visualizer 1.0.0.201302132326 org.eclipse.cdt.gnu.multicorevisualizer.feature.gr oup Eclipse CDT
C/C++ Remote Launch 6.0.0.201302132326 org.eclipse.cdt.launch.remote.feature.group Eclipse CDT
C/C++ Unit Testing Support 7.0.0.201302132326 org.eclipse.cdt.testsrunner.feature.feature.group Eclipse CDT
C/C++ Unit Testing Support Source 7.0.0.201302132326 org.eclipse.cdt.testsrunner.source.feature.feature .group Eclipse CDT
C99 LR Parser 5.2.0.201302132326 org.eclipse.cdt.core.lrparser.feature.feature.grou p Eclipse CDT
C99 LR Parser SDK 5.2.0.201302132326 org.eclipse.cdt.core.lrparser.sdk.feature.group Eclipse CDT
CDT Visual C++ Support 1.0.0.201302132326 org.eclipse.cdt.msw.feature.group Eclipse CDT
CDT Visualizer Framework 1.0.0.201302132326 org.eclipse.cdt.visualizer.feature.group Eclipse CDT
Eclipse for Parallel Application Developers 1.5.2.20130214-1214 epp.package.parallel null
Fortran Development Tools (Photran) 8.0.5.201303141447 org.eclipse.photran.feature.group Eclipse PTP
IBM XL Fortran Compiler Support 8.0.5.201303141447 org.eclipse.photran.xlf.feature.group Eclipse PTP
Linux Intel(R) Fortran Compiler Support 8.0.5.201303141447 org.eclipse.photran.intel.feature.group Eclipse PTP
Miscellaneous C/C++ Utilities 5.1.0.201302132326 org.eclipse.cdt.util.feature.group Eclipse CDT
Parallel Tools Platform (PTP) End-User Runtime 6.0.5.201303141502 org.eclipse.ptp.feature.group Eclipse PTP
Parallel Tools Platform SDK 6.0.5.201303141502 org.eclipse.ptp.sdk.feature.group Eclipse PTP
PTP Common External Components 6.0.5.201303141502 org.eclipse.ptp.external.feature.group Eclipse PTP
PTP Common Utilities 6.0.5.201303141502 org.eclipse.ptp.utils.feature.group Eclipse PTP
PTP Contributed Target System Configurations 6.0.5.201303141502 org.eclipse.ptp.rm.jaxb.contrib.feature.group Eclipse PTP
PTP Core Components 6.0.5.201303141502 org.eclipse.ptp.core.feature.group Eclipse PTP
PTP External Tools Framework 6.0.5.201303141502 org.eclipse.ptp.etfw.feature.group Eclipse PTP
PTP External Tools Framework TAU Extension 6.0.5.201303141502 org.eclipse.ptp.etfw.tau.feature.group Eclipse PTP
PTP External Tools Framework TAU Extension for Fortran 6.0.5.201303141502 org.eclipse.ptp.etfw.tau.fortran.feature.group Eclipse PTP
PTP Fortran Support 6.0.5.201303141502 org.eclipse.ptp.fortran.feature.group Eclipse PTP
PTP Graphical Explorer of MPI Programs (GEM) 6.0.5.201303141502 org.eclipse.ptp.gem.feature.group Eclipse PTP
PTP JAXB Resource Manager Support 6.0.5.201303141502 org.eclipse.ptp.rm.jaxb.feature.group Eclipse PTP
PTP LML JAXB Resource Manager 6.0.5.201303141502 org.eclipse.ptp.rm.lml_jaxb.feature.group Eclipse PTP
PTP LML Support 6.0.5.201303141502 org.eclipse.ptp.rm.lml.feature.group Eclipse PTP
PTP Parallel Language Development Tools 6.0.5.201303141502 org.eclipse.ptp.pldt.feature.group Eclipse PTP
PTP Parallel Language Development Tools Fortran Support 6.0.5.201303141502 org.eclipse.ptp.pldt.fortran.feature.group Eclipse PTP
PTP Parallel Language Development Tools UPC Support 6.0.5.201303141502 org.eclipse.ptp.pldt.upc.feature.group Eclipse PTP
PTP Parallel Performance Wizard (PPW) 6.0.5.201303141502 org.eclipse.ptp.etfw.ppw.feature.group Eclipse PTP
PTP Remote Services 6.0.5.201303141502 org.eclipse.ptp.remote.feature.group Eclipse PTP
PTP Remote System Explorer Adapter 6.0.5.201303141502 org.eclipse.ptp.remote.rse.feature.group Eclipse PTP
PTP Remote Tools Adapter 6.0.5.201303141502 org.eclipse.ptp.remote.remotetools.feature.group Eclipse PTP
PTP Remote Tools Services 6.0.5.201303141502 org.eclipse.ptp.remotetools.feature.group Eclipse PTP
PTP Resource Manager for IBM LoadLeveler 6.0.5.201303141502 org.eclipse.ptp.rm.ibm.ll.feature.group Eclipse PTP
PTP Resource Manager for IBM Parallel Environment 6.0.5.201303141502 org.eclipse.ptp.rm.ibm.pe.feature.group Eclipse PTP
PTP Resource Manager for MPICH2 6.0.5.201303141502 org.eclipse.ptp.rm.mpich2.feature.group Eclipse PTP
PTP Resource Manager for Open MPI 6.0.5.201303141502 org.eclipse.ptp.rm.openmpi.feature.group Eclipse PTP
PTP Resource Manager for SLURM 6.0.5.201303141502 org.eclipse.ptp.rm.slurm.feature.group Eclipse PTP
PTP Scalable Communication Infrastructure (SCI) 6.0.5.201303141502 org.eclipse.ptp.sci.feature.group Eclipse.org
PTP Scalable Debug Manager (SDM) 6.0.5.201303141502 org.eclipse.ptp.debug.sdm.feature.group Eclipse PTP
PTP Services Framework 6.0.5.201303141502 org.eclipse.ptp.services.feature.group Eclipse PTP
Rephraser Engine End-User Runtime 8.0.5.201303141447 org.eclipse.rephraserengine.feature.group Eclipse PTP
Unified Parallel C (UPC) Support 5.1.0.201302132326 org.eclipse.cdt.core.parser.upc.feature.feature.gr oup Eclipse CDT
Unified Parallel C (UPC) Support SDK 5.1.0.201302132326 org.eclipse.cdt.core.parser.upc.sdk.feature.group Eclipse CDT
Unified Parallel C Berkeley UPC Toolchain Support 1.0.3.201302132326 org.eclipse.cdt.bupc.feature.group Eclipse CDT
XL C/C++ Compiler Support 6.3.1.201302132326 org.eclipse.cdt.xlc.feature.feature.group Eclipse CDT
XL C/C++ Compiler Support SDK 6.1.1.201302132326 org.eclipse.cdt.xlc.sdk.feature.group Eclipse CDT

Back to the top