Start debugger for error

ss_error is a function defined in sslib.c.

Synopsis:

herr_t ss_error(void)

Description: This function gets called whenever SSlib pushes an error onto the error stack. If the error’s identification number matches what the user wishes to debug as set with the SSLIB_DEBUG environment variable then the debugger is started. This function is also a useful place to set debugger breakpoints.

Return Value: Returns non-negative on success; negative on failure.

Parallel Notes: Independent

See Also:

  • Library: Introduction for current chapter