GdbMiSession.breakExceptionAdd

MiPendingCommand breakExceptionAdd(string exception = null, bool unhandled = false, bool temporary = false) @trusted

Adds an Ada exception catchpoint.

Note

Uses CLI 'catch' via interpreter-exec console.

Parameters

exceptionAda exception name.
unhandledWhether to catch only unhandled exceptions.
temporaryWhether the catchpoint should be deleted after it is hit.

Returns

A pending command for catch exception.