Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Debugger.h
Go to the documentation of this file.
1 //====================================================================
2 // Debugger.h
3 //--------------------------------------------------------------------
4 //
5 // Package : System (The LHCb System service)
6 //
7 // Description: Invoke interactively the debugger from a
8 // running application
9 //
10 // Author : M.Frank
11 // Created : 13/1/99
12 // Changes :
13 //====================================================================
14 #ifndef GAUDI_SYSTEM_DEBUGGER_H
15 #define GAUDI_SYSTEM_DEBUGGER_H
16 
17 #include "GaudiKernel/Kernel.h"
18 
19 namespace System {
23  GAUDI_API long breakExecution( long pid );
24 } // namespace System
25 #endif // GAUDI_SYSTEM_DEBUGGER_H
Note: OS specific details for environment resolution.
Definition: Debugger.h:19
GAUDI_API long breakExecution()
Break the execution of the application and invoke the debugger.
Definition: Debugger.cpp:47
#define GAUDI_API
Definition: Kernel.h:71