SpECTRE
v2021.01.11
Documentation
Introduction
Releases
Installation
User Tutorials
Dev Guide
Code of Conduct
Contributing Guide
Code Reference
Topics
Namespaces
Files
Bibliography
View on GitHub
src
Utilities
ErrorHandling
Breakpoint.hpp
1
// Distributed under the MIT License.
2
// See LICENSE.txt for details.
3
4
#pragma once
5
6
/*!
7
* \brief Raise `SIGTRAP` so that debuggers will trap.
8
*/
9
void
breakpoint() noexcept;
© Copyright 2017 - 2020
SXS Collaboration
,
Distributed under the
MIT License