Added code to capture stacktrace whenever an exception is thrown.
This commit is contained in:
@@ -58,6 +58,7 @@ public:
|
||||
//
|
||||
|
||||
[[nodiscard]] Result<Stacktrace> captureStacktrace(unsigned skipFrames = 0) noexcept;
|
||||
[[nodiscard]] const Optional<Stacktrace>& getExceptionStacktrace() noexcept;
|
||||
|
||||
template<typename TStream>
|
||||
TStream& operator<<(TStream& stream, const Stackframe& stackframe)
|
||||
|
||||
Reference in New Issue
Block a user