VTK  9.3.20240425
vtkBreakPoint.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
24#ifndef vtkBreakPoint_h
25#define vtkBreakPoint_h
26
27#include "vtkCommonCoreModule.h" // For export macro
28#include "vtkObject.h" // to get VTKCOMMONCORE_EXPORT
29
30VTK_ABI_NAMESPACE_BEGIN
31class VTKCOMMONCORE_EXPORT vtkBreakPoint
32{
33public:
35
39 static void Break();
41};
42
43VTK_ABI_NAMESPACE_END
44#endif // #ifndef vtkBreakPoint_h
45// VTK-HeaderTest-Exclude: vtkBreakPoint.h
Utility function to debug with gdb and MPI.
static void Break()
Process fall asleep until local variable ā€˜iā€™ is set to a value different from 0 inside a debugger.