DXCLEAR Name
DXCLEAR
Author
Craig B. Markwardt, NASA/GSFC Code 662, Greenbelt, MD 20770
craigm@lheamail.gsfc.nasa.gov Purpose
Clears an IDL breakpoint Calling Sequence
DXCLEAR, INDEX Description
DXBREAK is a convenience routine for clearing IDL breakpoints.
Its primary benefits are that it is symmetric with DXBREAK, and it
requires fewer characters to type.
Inputs
INDEX - the breakpoint number, as listed by HELP, /BREAKPOINT.
Example
dxclear, 0
Clear breakpoint number 0 See Also
BREAKPOINT, DXBREAK
Modification History
Written, 15 Apr 2000