struct HandleExceptionSettings
Defined at line 196 of file ../../src/developer/debug/zxdb/client/session.h
Settings that control how the exception is handled in the Session before passing the
information along to the Thread object to decide what to actually do. This is primarily useful
for determining what information to tell the thread from the exception notification itself
as opposed to us requesting more complete information.
In particular, the exception won't give us the complete stack, which is useful in the contexts
of tests where we want to jump to a specific frame that won't be in the notification's stack.
Public Members
bool set_metadata
bool skip_metadata_frames
bool notify_only