12.07.2015 Views

LF95 Linux User's Guide - Lahey Computer Systems

LF95 Linux User's Guide - Lahey Computer Systems

LF95 Linux User's Guide - Lahey Computer Systems

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 4 Command-Line Debugging with fdbparam execpath [path]Add path to the execution file search path. If path is omitted, the value of the search path isdisplayed.param srcpath [path]Add path to the source file search path when searching for procedures, variables, etc. If pathis omitted, the value of the search path is displayed. Note that this search path can also becontrolled via the FDB_SRC_PATH environment variable, which is comprised of a list ofdirectories separated by colons.show sourceDisplay the name of the current source file.show sourcesDisplay the names of all source files in the program.Fortran 95 Specificbreakall mdlSet a breakpoint in all Fortran procedures (including internal procedures) in module mdl.breakall funcSet a breakpoint in all internal procedures in procedure func.show ffileDisplays information about the files that are currently open in the Fortran program.show foptDisplay the runtime options specified at the start of Fortran program execution.Memory Leak Detectionparam leak off | mem | allControls level of memory leak checking, where the level is determined as follows:offmemallNo leak checking (default).Memory manipulation functions and statements (such as ALLOCATE, DEAL-LOCATE, malloc, free, and memcpy) are checked.Character string system procedures are checked, in addition to those checked bythe mem option.80 <strong>Lahey</strong>/Fujitsu <strong>Linux</strong>64 Fortran User’s <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!