VTK  9.3.0
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 
30 VTK_ABI_NAMESPACE_BEGIN
31 class VTKCOMMONCORE_EXPORT vtkBreakPoint
32 {
33 public:
35 
39  static void Break();
41 };
42 
43 VTK_ABI_NAMESPACE_END
44 #endif // #ifndef vtkBreakPoint_h
45 // VTK-HeaderTest-Exclude: vtkBreakPoint.h
Utility function to debug with gdb and MPI.
Definition: vtkBreakPoint.h:32
static void Break()
Process fall asleep until local variable ā€˜i’ is set to a value different from 0 inside a debugger.