cmdline_tools/
mg_breakpoint.pro
Routines
result = mg_breakpoint_getpath(name)
mg_breakpoint, name, line [, /routine], _extra=_extra
A helpful wrapper for BREAKPOINT which finds files in the !path and allows relative line numbers within routines.
Routine details
topmg_breakpoint
mg_breakpoint, name, line [, /routine], _extra=_extra
A helpful wrapper for BREAKPOINT which finds files in the !path and allows relative line numbers within routines.
Parameters
- name in required type=string
name of file (with or without the .pro extension) or routine (when the ROUTINE keyword is set)
- line in required type=integer
line number with the file (normally) or routine (when ROUTINE keyword is set)
Keywords
- routine in optional type=boolean
set to specify a routine name and a line number within the routine definition
- _extra
Other attributes
- Todo:
fix up line number when ROUTINE is set
File attributes
Modification date: | Sun Apr 26 20:18:13 2009 |
Lines: | 78 |
Docformat: | rst rst |