general/misc/
ptrace.pro
Routines
top source ptrace
result = ptrace(str, option=option, sublevel=sublevel, dtime=dtime)
FUNCTION: PTRACE() PURPOSE: Returns a string that provides the current program location. KEYWORDS: OPTION: The value of the option is retained in a common block OPTION=0 : returns null string OPTION=1 : returns highest level routine name. OPTION=2 : returns highest level routine name (indented). OPTION=3 : returns all levels Usage: Generally useful for debugging code and following code execution. Example: if keyword_set(verbose) then print,ptrace(),'X=',x Written: Jan 2007, D. Larson
Parameters
- str
Keywords
- option
- sublevel
- dtime
File attributes
Modification date: | Thu Feb 13 16:43:47 2014 |
Lines: | 28 |