cmdline_tools/
mg_breakpoint.pro
Convenience wrapper for BREAKPOINT
that finds files in !path
without
having to use a full path specification.
Routines
top mg_breakpoint
mg_breakpoint, name, line [, /routine] [, _extra=keywords]
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 in optional type=keywords
keywords to
BREAKPOINT
Other attributes
- Todo:
fix up line number when
ROUTINE
keyword is set
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 42 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.