company logo

Reset break point (DISABLE)

The command disables a break point at passed or current position.

Parameters:

  • fname - Function name for the function for resetting the break point. The function is searched in the current context, i.e. the currently selected data type and its base types.
  • class - In order to list functions in a different class, the function name has to be scoped.
  • line_number - In order to reset a break point on another than the current line a line number may be passed, which is valid in the selected frame. Valid line numbers are displayed when calling the list (LIST) command.

Syntax:

  disable|d [[class::]fname] [line_number]

  

Examples:

  d                 // reset breakpont at current line

  d 10              // reset breakpont at line number 10